Re: [PATCH libinput 1/2] Use an enum to enable/disable tapping configuration

2014-07-21 Thread Hans de Goede
Hi, On 07/21/2014 08:40 AM, Peter Hutterer wrote: > More expressive in the caller and less ambiguous about return values (is it 1? > is it non-zero? can it be negative?) > > Signed-off-by: Peter Hutterer Looks good, series is: Reviewed-by: Hans de Goede Regards, Hans > --- > src/evdev-mt-t

[PATCH libinput 1/2] Use an enum to enable/disable tapping configuration

2014-07-20 Thread Peter Hutterer
More expressive in the caller and less ambiguous about return values (is it 1? is it non-zero? can it be negative?) Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad-tap.c | 14 ++- src/libinput-private.h | 6 ++--- src/libinput.c | 14 +++ src/libinput.h