summaryrefslogtreecommitdiff
path: root/XI2proto.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-03-11 13:32:09 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-03-12 11:44:20 +1000
commitda74983b7d18ad06fe828040072d4a985ce4d448 (patch)
treec8701f6efb3c93ab696fa19d317cf03dde02d91e /XI2proto.h
parentc9ebfba4a128f0d0eda920a02af013b795adfec5 (diff)
Add buttons + modifier/group information to enter/leave events.
Diffstat (limited to 'XI2proto.h')
-rw-r--r--XI2proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/XI2proto.h b/XI2proto.h
index e34d3c8..394f49b 100644
--- a/XI2proto.h
+++ b/XI2proto.h
@@ -617,7 +617,9 @@ typedef struct
FP1616 event_y;
BOOL same_screen;
BOOL focus;
- uint16_t pad0;
+ uint16_t buttons_len;
+ xXIModifierInfo mods;
+ xXIGroupInfo group;
} xXIEnterEvent;
typedef xXIEnterEvent xXILeaveEvent;