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