xi: Bump max supported XI2 event type

This commit is contained in:
Povilas Kanapickas 2021-05-30 13:26:34 +03:00
parent 8190954639
commit f83f7dbb1c
1 changed files with 1 additions and 1 deletions

View File

@ -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 */
/**