Re: [PATCH libinput 1/2] filter: change the tracker delta type to device-units

2017-01-19 Thread Hans de Goede
Hi, On 19-01-17 03:34, Peter Hutterer wrote: We were just switching type here without actual normalization, the filter code is in device units as of bdd4264d6150f4a6248eec7. Signed-off-by: Peter Hutterer Series looks good to me: Reviewed-by: Hans de Goede

[PATCH libinput 1/2] filter: change the tracker delta type to device-units

2017-01-18 Thread Peter Hutterer
We were just switching type here without actual normalization, the filter code is in device units as of bdd4264d6150f4a6248eec7. Signed-off-by: Peter Hutterer --- src/filter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/filter.c