diff --git a/src/xf86libinput.c b/src/xf86libinput.c index 52d38e0..9ab8775 100644 --- a/src/xf86libinput.c +++ b/src/xf86libinput.c @@ -2741,6 +2741,20 @@ xf86libinput_handle_event(struct libinput_event *event) break; case LIBINPUT_EVENT_SWITCH_TOGGLE: break; + + /* new libinput events we don't handle yet */ +#ifdef LIBINPUT_EVENT_GESTURE_HOLD_BEGIN + case LIBINPUT_EVENT_GESTURE_HOLD_BEGIN: + break; +#endif +#ifdef LIBINPUT_EVENT_GESTURE_HOLD_END + case LIBINPUT_EVENT_GESTURE_HOLD_END: + break; +#endif +#ifdef LIBINPUT_EVENT_TABLET_PAD_KEY + case LIBINPUT_EVENT_TABLET_PAD_KEY: + break; +#endif } out: