summaryrefslogtreecommitdiff
path: root/X.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-05-15 16:41:08 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-05-22 09:23:39 +0930
commit44e458285bb2e7771963a9ab9b5f03d2fb48e611 (patch)
treece58b432c5633936ff8e525d110b26d930a5b396 /X.h
parent22878c30d21580146200c00070478f88d969bcaa (diff)
Add GenericEvent and xGenericEvent definitions.
(cherry picked from commit 8a96cdca08db2563e8c4c7c9a110a3ab6d973fcc)
Diffstat (limited to 'X.h')
-rw-r--r--X.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/X.h b/X.h
index 0a9c501..ebcc767 100644
--- a/X.h
+++ b/X.h
@@ -216,7 +216,8 @@ are reserved in the protocol for errors and replies. */
#define ColormapNotify 32
#define ClientMessage 33
#define MappingNotify 34
-#define LASTEvent 35 /* must be bigger than any event # */
+#define GenericEvent 35
+#define LASTEvent 36 /* must be bigger than any event # */
/* Key masks. Used as modifiers to GrabButton and GrabKey, results of QueryPointer,