Add note that bumping XI_LASTEVENT requires changes to the server.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2009-06-10 15:13:03 +10:00
parent bac0e02889
commit 48cf9a5606

3
XI2.h
View file

@ -133,6 +133,9 @@
#define XI_RawEvent 12
#define XI_PropertyEvent 13
#define XI_LASTEVENT XI_PropertyEvent
/* NOTE: XI2LASTEVENT in xserver/include/inputstr.h must be the same value
* as XI_LASTEVENT if the server is supposed to handle masks etc. for this
* type of event. */
/* Event masks.
* Note: the protocol spec defines a mask to be of (1 << type). Clients are