diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-04-12 16:24:42 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-04-12 16:24:42 +0930 |
commit | e7b47b1758ed20e75ee267b3a09e91bf2861f6fd (patch) | |
tree | 71e9b7c886d232b560eaf10483a30839c7c31574 /include/windowstr.h | |
parent | 547d720938b3668666d60110d79b150b1e9325c6 (diff) |
Change core enter/leave semantics for multiple pointers.
Send EnterNotify when first device enters the window, LeaveNotify when the
last device leaves the window. Additional devices will not cause additional
Enter/LeaveNotifies.
Diffstat (limited to 'include/windowstr.h')
-rw-r--r-- | include/windowstr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/windowstr.h b/include/windowstr.h index 95954a7c3..4683abeaa 100644 --- a/include/windowstr.h +++ b/include/windowstr.h @@ -216,6 +216,7 @@ typedef struct _ScreenSaverStuff { extern int screenIsSaved; extern ScreenSaverStuffRec savedScreenInfo[MAXSCREENS]; +extern int EnterLeavePrivatesIndex; /* * this is the configuration parameter "NO_BACK_SAVE" |