Re: [PATCH libinput 15/17] touchpad: split handling the state into a separate function

2014-09-14 Thread Hans de Goede
Hi, On 09/03/2014 04:03 AM, Peter Hutterer wrote: > No functional changes > > Signed-off-by: Peter Hutterer Looks good: Reviewed-by: Hans de Goede Regards, Hans > --- > src/evdev-mt-touchpad.c | 13 ++--- > 1 file changed, 10 insertions(+), 3 deletions(-) > > diff --git a/src/ev

[PATCH libinput 15/17] touchpad: split handling the state into a separate function

2014-09-02 Thread Peter Hutterer
No functional changes Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c index d831b83..cd31c48 100644 --- a/src/evdev-mt-touchpad.c +++ b/src/evdev-mt-touc