dix: Remove DIXsaveUnder bit from the Window
Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
1e56b2dfc6
commit
322ba42c23
|
@ -362,7 +362,6 @@ SetWindowToDefaults(WindowPtr pWin)
|
||||||
pWin->cursorIsNone = TRUE;
|
pWin->cursorIsNone = TRUE;
|
||||||
|
|
||||||
pWin->backingStore = NotUseful;
|
pWin->backingStore = NotUseful;
|
||||||
pWin->DIXsaveUnder = FALSE;
|
|
||||||
pWin->backStorage = (void *) NULL;
|
pWin->backStorage = (void *) NULL;
|
||||||
|
|
||||||
pWin->mapped = FALSE; /* off */
|
pWin->mapped = FALSE; /* off */
|
||||||
|
|
|
@ -151,7 +151,6 @@ typedef struct _Window {
|
||||||
unsigned cursorIsNone:1; /* else real cursor (might inherit) */
|
unsigned cursorIsNone:1; /* else real cursor (might inherit) */
|
||||||
unsigned backingStore:2;
|
unsigned backingStore:2;
|
||||||
unsigned saveUnder:1;
|
unsigned saveUnder:1;
|
||||||
unsigned DIXsaveUnder:1;
|
|
||||||
unsigned bitGravity:4;
|
unsigned bitGravity:4;
|
||||||
unsigned winGravity:4;
|
unsigned winGravity:4;
|
||||||
unsigned overrideRedirect:1;
|
unsigned overrideRedirect:1;
|
||||||
|
|
Loading…
Reference in New Issue