summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/windowstr.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/windowstr.h b/include/windowstr.h
index 4359481cd..a16132458 100644
--- a/include/windowstr.h
+++ b/include/windowstr.h
@@ -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;
/*