Re: [PATCH libinput 1/4] touchpad: don't try to unhover touches if nothing changed

2016-01-22 Thread Hans de Goede
Hi, On 22-01-16 03:06, Peter Hutterer wrote: If the touch hasn't updated, the distance hasn't changed so there is no need to unhover. Signed-off-by: Peter Hutterer Series looks good to me: Reviewed-by: Hans de Goede Regards, Hans --- src/evdev-mt-touchpad.c | 3 +++ 1 file changed,

[PATCH libinput 1/4] touchpad: don't try to unhover touches if nothing changed

2016-01-21 Thread Peter Hutterer
If the touch hasn't updated, the distance hasn't changed so there is no need to unhover. Signed-off-by: Peter Hutterer --- 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 6f834fb..62087fb 100644 --- a/src/evde