From 08a8995136d78f216bc37f7d9dfd3021b1a127dd Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Wed, 24 Aug 2016 16:52:58 +0200 Subject: update X.h and Xproto.h because of GenericEvent --- nx-X11/include/X.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'nx-X11/include/X.h') 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, -- cgit v1.2.3