diff options
author | Joel Bosveld <Joel.Bosveld@gmail.com> | 2009-08-15 13:34:28 +0800 |
---|---|---|
committer | Joel Bosveld <Joel.Bosveld@gmail.com> | 2009-08-15 13:34:28 +0800 |
commit | 0867820bd0df43348a38fc0228d73cdccf66add3 (patch) | |
tree | c9e172ca24ea8900791d10eb1d4624e8a0f18a39 /include | |
parent | 0493c42811227b7946f527aff93986de147cbb89 (diff) |
composite: ensure that cursor is correctly confined to transformed windows
Diffstat (limited to 'include')
-rw-r--r-- | include/inputstr.h | 3 |
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 |