mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Remove COMPOSITE ifdefs around WindowRec bitfield as it has no ABI effect.
This commit is contained in:
@@ -290,9 +290,7 @@ SetWindowToDefaults(WindowPtr pWin)
|
||||
pWin->deliverableEvents = 0;
|
||||
pWin->dontPropagate = 0;
|
||||
pWin->forcedBS = FALSE;
|
||||
#ifdef COMPOSITE
|
||||
pWin->redirectDraw = RedirectDrawNone;
|
||||
#endif
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
@@ -158,9 +158,7 @@ typedef struct _Window {
|
||||
unsigned viewable:1; /* realized && InputOutput */
|
||||
unsigned dontPropagate:3;/* index into DontPropagateMasks */
|
||||
unsigned forcedBS:1; /* system-supplied backingStore */
|
||||
#ifdef COMPOSITE
|
||||
unsigned redirectDraw:2; /* rendering is redirected from here */
|
||||
#endif
|
||||
unsigned redirectDraw:2; /* COMPOSITE rendering redirect */
|
||||
} WindowRec;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user