From 0867820bd0df43348a38fc0228d73cdccf66add3 Mon Sep 17 00:00:00 2001 From: Joel Bosveld Date: Sat, 15 Aug 2009 13:34:28 +0800 Subject: composite: ensure that cursor is correctly confined to transformed windows --- include/inputstr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/inputstr.h b/include/inputstr.h index b284ea4e9..623b3c0e5 100644 --- a/include/inputstr.h +++ b/include/inputstr.h @@ -376,6 +376,9 @@ typedef struct { RegionRec Reg2; /* Region 2 for confining virtual motion */ 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 -- cgit v1.2.3