Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net>
---
 src/evdev-mt-touchpad.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c
index 674cf1c..eb950a2 100644
--- a/src/evdev-mt-touchpad.c
+++ b/src/evdev-mt-touchpad.c
@@ -811,6 +811,9 @@ tp_unhover_pressure(struct tp_dispatch *tp, uint64_t time)
        for (i = 0; i < (int)tp->num_slots; i++) {
                t = tp_get_touch(tp, i);
 
+               if (t->state == TOUCH_NONE)
+                       continue;
+
                if (t->dirty) {
                        if (t->state == TOUCH_HOVERING) {
                                if (t->pressure >= tp->pressure.high) {
-- 
2.9.3

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to