[PATCH 12/18] dix: Remove DIXsaveUnder bit from the Window
Adam Jackson
ajax at redhat.com
Tue Sep 23 11:32:28 PDT 2014
Signed-off-by: Adam Jackson <ajax at redhat.com>
---
dix/window.c | 1 -
include/windowstr.h | 1 -
2 files changed, 2 deletions(-)
diff --git a/dix/window.c b/dix/window.c
index 52e69ef..f227e4c 100644
--- a/dix/window.c
+++ b/dix/window.c
@@ -362,7 +362,6 @@ SetWindowToDefaults(WindowPtr pWin)
pWin->cursorIsNone = TRUE;
pWin->backingStore = NotUseful;
- pWin->DIXsaveUnder = FALSE;
pWin->backStorage = (void *) NULL;
pWin->mapped = FALSE; /* off */
diff --git a/include/windowstr.h b/include/windowstr.h
index 6b79bbd..81f5f8c 100644
--- a/include/windowstr.h
+++ b/include/windowstr.h
@@ -151,7 +151,6 @@ typedef struct _Window {
unsigned cursorIsNone:1; /* else real cursor (might inherit) */
unsigned backingStore:2;
unsigned saveUnder:1;
- unsigned DIXsaveUnder:1;
unsigned bitGravity:4;
unsigned winGravity:4;
unsigned overrideRedirect:1;
--
1.9.3
More information about the xorg-devel
mailing list