Re: [PATCH libinput 1/9] tablet: dump deltas_discrete, replace with a single wheel_discrete variable

2015-12-22 Thread Hans de Goede
Hi, On 12/21/2015 06:56 AM, Peter Hutterer wrote: Only the wheel has a discrete value, no need to keep arrays for a single value. Signed-off-by: Peter Hutterer Entire series looks good to me and is: Reviewed-by: Hans de Goede Regards, Hans

[PATCH libinput 1/9] tablet: dump deltas_discrete, replace with a single wheel_discrete variable

2015-12-20 Thread Peter Hutterer
Only the wheel has a discrete value, no need to keep arrays for a single value. Signed-off-by: Peter Hutterer --- src/evdev-tablet.c | 6 +++--- src/libinput-private.h | 2 +- src/libinput.c | 10 -- 3 files changed, 8 insertions(+), 10