summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoel Bosveld <Joel.Bosveld@gmail.com>2009-08-15 13:34:28 +0800
committerJoel Bosveld <Joel.Bosveld@gmail.com>2009-08-15 13:34:28 +0800
commit0867820bd0df43348a38fc0228d73cdccf66add3 (patch)
treec9e172ca24ea8900791d10eb1d4624e8a0f18a39 /include
parent0493c42811227b7946f527aff93986de147cbb89 (diff)
composite: ensure that cursor is correctly confined to transformed windows
Diffstat (limited to 'include')
-rw-r--r--include/inputstr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/inputstr.h b/include/inputstr.h
index b284ea4e9..623b3c0e5 100644
--- a/include/inputstr.h
+++ b/include/inputstr.h
@@ -377,6 +377,9 @@ typedef struct {
WindowPtr windows[MAXSCREENS];
WindowPtr confineWin; /* confine window */
#endif
+#ifdef COMPOSITE
+ WindowPtr confineTo;
+#endif
/* The window trace information is used at dix/events.c to avoid having
* to compute all the windows between the root and the current pointer
* window each time a button or key goes down. The grabs on each of those