diff --git a/src/libinput-device.c b/src/libinput-device.c index c8a64431..2105aded 100644 --- a/src/libinput-device.c +++ b/src/libinput-device.c @@ -227,6 +227,7 @@ evdev_device_process_event(struct libinput_event *event) case LIBINPUT_EVENT_TOUCH_UP: handle_touch_up(libinput_device, libinput_event_get_touch_event(event)); + break; default: handled = 0; weston_log("unknown libinput event %d\n",