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