diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c index e1303637..711e2930 100644 --- a/src/evdev-mt-touchpad.c +++ b/src/evdev-mt-touchpad.c @@ -311,6 +311,7 @@ tp_process_absolute(struct tp_dispatch *tp, tp_new_touch(tp, t, time); else tp_end_sequence(tp, t, time); + break; } }