mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-25 21:02:21 +00:00
Update to type-specific raw events - require inputproto 1.9.99.14.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
81b64f6685
commit
d040af7fa3
9 changed files with 57 additions and 17 deletions
|
|
@ -69,7 +69,7 @@ SOFTWARE.
|
|||
* events to the protocol, the server will not support these events until
|
||||
* this number here is bumped.
|
||||
*/
|
||||
#define XI2LASTEVENT 13 /* XI_PropertyEvent */
|
||||
#define XI2LASTEVENT 17 /* XI_RawMotion */
|
||||
#define XI2MASKSIZE ((XI2LASTEVENT + 7)/8) /* no of bits for masks */
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue