aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/include/X.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/include/X.h')
-rw-r--r--nx-X11/include/X.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nx-X11/include/X.h b/nx-X11/include/X.h
index 0a9c501fb..ebcc767da 100644
--- a/nx-X11/include/X.h
+++ b/nx-X11/include/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,