Преглед изворни кода

Remove REGION_NULL fallback

It's been in the Xorg code base for ages. Any version that lacks it is
too old for the rest of our code to work anyway.
tags/v1.5.90
Pierre Ossman пре 8 година
родитељ
комит
7213a8b1b4
1 измењених фајлова са 0 додато и 7 уклоњено
  1. 0
    7
      unix/xserver/hw/vnc/vncHooks.c

+ 0
- 7
unix/xserver/hw/vnc/vncHooks.c Прегледај датотеку

@@ -44,13 +44,6 @@

#define DBGPRINT(x) //(fprintf x)

// REGION_NULL was introduced in the Xorg tree as the way to initialise an
// empty region. If it's not already defined do it the old way. Note that the
// old way causes a segfault in the new tree...
#ifndef REGION_NULL
#define REGION_NULL(pScreen,pReg) REGION_INIT(pScreen,pReg,NullBox,0)
#endif

// MAX_RECTS_PER_OP is the maximum number of rectangles we generate from
// operations like Polylines and PolySegment. If the operation is more complex
// than this, we simply use the bounding box. Ideally it would be a

Loading…
Откажи
Сачувај