Remove COMPOSITE ifdefs around WindowRec bitfield as it has no ABI effect.

This commit is contained in:
Eamon Walsh 2008-02-15 19:17:40 -05:00 committed by Eamon Walsh
parent 5cb9e15562
commit 7c2f0a8bef
2 changed files with 1 additions and 5 deletions

View File

@ -290,9 +290,7 @@ SetWindowToDefaults(WindowPtr pWin)
pWin->deliverableEvents = 0;
pWin->dontPropagate = 0;
pWin->forcedBS = FALSE;
#ifdef COMPOSITE
pWin->redirectDraw = RedirectDrawNone;
#endif
}
static void

View File

@ -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;
/*