Re: [PATCH libinput] Allow for a 0 button on button scrolling

2014-11-19 Thread Hans de Goede
Hi, On 11/19/2014 07:34 AM, Peter Hutterer wrote: > This effectively disables the button scrolling, but since 0 is the default > button for most devices, we should allow setting the default button. > > Signed-off-by: Peter Hutterer Good catch, I've thought about the need to add this exception m

[PATCH libinput] Allow for a 0 button on button scrolling

2014-11-18 Thread Peter Hutterer
This effectively disables the button scrolling, but since 0 is the default button for most devices, we should allow setting the default button. Signed-off-by: Peter Hutterer --- src/libinput.c | 2 +- src/libinput.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libinp