summaryrefslogtreecommitdiff
path: root/include/windowstr.h
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2008-04-08 17:02:56 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2008-04-08 17:03:18 -0700
commit3f51f493b6daf2464e6c2ba5a924219b88a9e57e (patch)
treecc906272192effaa60d04c6a43cfb27afa34be76 /include/windowstr.h
parent08073862f8c4e1219b6459708ffd28e2bc35885f (diff)
XQuartz: Fix issue where clicking on an X11 window might send that event to an X11 window in another space.
(cherry picked from commit df21312c8b0e9ef0c809bfc57cdf64f27db0d8a7) (cherry picked from commit 2d4194a8d124e7a9c7cd1b83635ba6957aa4ae1c)
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 e06a2f1bd..99bd640cc 100644
--- a/include/windowstr.h
+++ b/include/windowstr.h
@@ -160,6 +160,9 @@ typedef struct _Window {
unsigned forcedBS:1; /* system-supplied backingStore */
unsigned redirectDraw:2; /* COMPOSITE rendering redirect */
unsigned forcedBG:1; /* must have an opaque background */
+#ifdef ROOTLESS
+ unsigned rootlessUnhittable:1; /* doesn't hit-test */
+#endif
} WindowRec;
/*