summaryrefslogtreecommitdiff
path: root/XInput.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-02-08 10:54:34 +1030
committerPeter Hutterer <whot@hyena.localdomain>2007-02-08 10:54:34 +1030
commit328cd827e89424292ca020d0b828154f8e4f2c17 (patch)
treefff2b0fc658f4c6e5cd1799217ebd1cb409d59b5 /XInput.h
parent4ab02ccbdad477a0d7a0bee79c947f50826f1a36 (diff)
add flags field to deviceEnterNotify struct
add same_screen, focus to XDeviceCrossingEvent struct
Diffstat (limited to 'XInput.h')
-rw-r--r--XInput.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/XInput.h b/XInput.h
index 90a3ca3..13d1dff 100644
--- a/XInput.h
+++ b/XInput.h
@@ -483,6 +483,8 @@ typedef struct {
* NotifyAncestor, NotifyVirtual, NotifyInferior,
* NotifyNonlinear,NotifyNonlinearVirtual
*/
+ Bool same_screen; /* same screen flag */
+ Bool focus; /* boolean focus */
unsigned int state; /* key or button mask */
} XDeviceCrossingEvent;