mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-31 07:50:13 +01:00
xi: Bump max supported XI2 event type
This commit is contained in:
parent
8190954639
commit
f83f7dbb1c
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ extern _X_EXPORT int CountBits(const uint8_t * mask, int len);
|
|||
* events to the protocol, the server will not support these events until
|
||||
* this number here is bumped.
|
||||
*/
|
||||
#define XI2LASTEVENT XI_BarrierLeave
|
||||
#define XI2LASTEVENT XI_GestureSwipeEnd
|
||||
#define XI2MASKSIZE ((XI2LASTEVENT >> 3) + 1) /* no of bytes for masks */
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue