mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-08 03:08:09 +02:00
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:
parent
bac0e02889
commit
48cf9a5606
1 changed files with 3 additions and 0 deletions
3
XI2.h
3
XI2.h
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue