diff --git a/src/evdev.c b/src/evdev.c index 342cb9ba..2018e2ac 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -86,7 +86,7 @@ evdev_process_key(struct evdev_device *device, struct input_event *e, int time) case BTN_TOUCH: if (e->value == 0 && !device->is_mt) - notify_touch(device->seat, time, device->mt.slot, 0, 0, + notify_touch(device->seat, time, 0, 0, 0, WL_TOUCH_UP); break; default: