diff options
Diffstat (limited to 'nx-X11/include/X.h')
-rw-r--r-- | nx-X11/include/X.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/nx-X11/include/X.h b/nx-X11/include/X.h index 824398dd4..09c12e8d4 100644 --- a/nx-X11/include/X.h +++ b/nx-X11/include/X.h @@ -1,7 +1,3 @@ -/* - * $Xorg: X.h,v 1.4 2001/02/09 02:03:22 xorgcvs Exp $ - */ - /* Definitions for the X window system likely to be used by applications */ #ifndef X_H @@ -215,7 +211,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, |