diff --git a/tools/event-gui.c b/tools/event-gui.c index d65a8d15..b184a426 100644 --- a/tools/event-gui.c +++ b/tools/event-gui.c @@ -375,6 +375,11 @@ handle_event_libinput(GIOChannel *source, GIOCondition condition, gpointer data) return FALSE; } break; + case LIBINPUT_EVENT_TABLET_AXIS: + case LIBINPUT_EVENT_TABLET_TOOL_UPDATE: + case LIBINPUT_EVENT_TABLET_PROXIMITY_OUT: + case LIBINPUT_EVENT_TABLET_BUTTON: + break; } libinput_event_destroy(ev);