Re: [PATCH libinput 5/6] touchpad: change palm detection trigger functions to bools

2016-07-19 Thread Peter Hutterer
On Tue, Jul 19, 2016 at 10:46:27AM +0100, Eric Engestrom wrote: > On Tue, Jul 19, 2016 at 10:49:28AM +1000, Peter Hutterer wrote: > > And rename to make it more obvious what the return value means. > > > > Signed-off-by: Peter Hutterer > > --- > > src/evdev-mt-touchpad.c | 28 +++

Re: [PATCH libinput 5/6] touchpad: change palm detection trigger functions to bools

2016-07-19 Thread Eric Engestrom
On Tue, Jul 19, 2016 at 10:49:28AM +1000, Peter Hutterer wrote: > And rename to make it more obvious what the return value means. > > Signed-off-by: Peter Hutterer > --- > src/evdev-mt-touchpad.c | 28 +++- > 1 file changed, 15 insertions(+), 13 deletions(-) > > diff --g

[PATCH libinput 5/6] touchpad: change palm detection trigger functions to bools

2016-07-18 Thread Peter Hutterer
And rename to make it more obvious what the return value means. Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 28 +++- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c index 7ee86a9..190448b 10