diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-08-24 16:52:58 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-10 22:52:30 +0200 |
commit | a497ebf8822928e095a4ccd49538ee798dd6a07e (patch) | |
tree | 645fd57f306c79f8aa45026c1654ea382c64f4d8 /nx-X11/include/X.h | |
parent | 22652155f361391c81592d448b7b425d2106a9d3 (diff) | |
download | nx-libs-a497ebf8822928e095a4ccd49538ee798dd6a07e.tar.gz nx-libs-a497ebf8822928e095a4ccd49538ee798dd6a07e.tar.bz2 nx-libs-a497ebf8822928e095a4ccd49538ee798dd6a07e.zip |
update X.h and Xproto.h because of GenericEvent
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, |