From f83f7dbb1c1be406b82da9bca12be3c43d6bfeee Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sun, 30 May 2021 13:26:34 +0300 Subject: [PATCH] xi: Bump max supported XI2 event type --- include/inputstr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/inputstr.h b/include/inputstr.h index 33d440b2c..1cf871530 100644 --- a/include/inputstr.h +++ b/include/inputstr.h @@ -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 */ /**