summaryrefslogtreecommitdiff
path: root/XI2proto.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-03-11 16:32:06 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-03-12 11:44:20 +1000
commit0ca1de737aa5cd714a4df3a45422dce415f9df55 (patch)
treed4ebdf6aea7dc89061e5b8e397f394dfce440aaf /XI2proto.h
parentda74983b7d18ad06fe828040072d4a985ce4d448 (diff)
Add focus events
Diffstat (limited to 'XI2proto.h')
-rw-r--r--XI2proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/XI2proto.h b/XI2proto.h
index 394f49b..bbac039 100644
--- a/XI2proto.h
+++ b/XI2proto.h
@@ -623,5 +623,7 @@ typedef struct
} xXIEnterEvent;
typedef xXIEnterEvent xXILeaveEvent;
+typedef xXIEnterEvent xXIFocusInEvent;
+typedef xXIEnterEvent xXIFocusOutEvent;
#endif /* _XI2PROTO_H_ */