filter: move the smoothing values to the trackers
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 10 Apr 2018 03:25:53 +0000 (13:25 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 18 Apr 2018 06:15:38 +0000 (16:15 +1000)
commitacb4168053f730215eab46c5391bf15fe218f393
treee7ba69f5845736a131d5e4eea98bf2a356527509
parent69d0d188a7495bc15b6cdb2a42a04ecf80e0b38c
filter: move the smoothing values to the trackers

This way we can pass them around easier without needing the whole
pointer_accelerator struct (which in theory is device-type specific). The
values relate to the calculation of the delta between trackers anyway, so
logically this is where they belong.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/filter-private.h
src/filter.c