summaryrefslogtreecommitdiff
path: root/include/windowstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/windowstr.h')
-rw-r--r--include/windowstr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/windowstr.h b/include/windowstr.h
index 0b66ebbcc..4a7a0f488 100644
--- a/include/windowstr.h
+++ b/include/windowstr.h
@@ -167,6 +167,9 @@ typedef struct _Window {
#ifdef ROOTLESS
unsigned rootlessUnhittable:1; /* doesn't hit-test */
#endif
+#ifdef COMPOSITE
+ unsigned damagedDescendants:1; /* some descendants are damaged */
+#endif
} WindowRec;
/*