Re: [PATCH 1/3] touchpad: Add a tp_post_pointer_motion helper function

2014-12-15 Thread Peter Hutterer
On Tue, Dec 09, 2014 at 12:47:09PM +0100, Hans de Goede wrote: > Split out the pointer-motion handling into a helper function. > > Signed-off-by: Hans de Goede Reviewed-by: Peter Hutterer Cheers, Peter > --- > src/evdev-mt-touchpad.c | 46 ++ >

[PATCH 1/3] touchpad: Add a tp_post_pointer_motion helper function

2014-12-09 Thread Hans de Goede
Split out the pointer-motion handling into a helper function. Signed-off-by: Hans de Goede --- src/evdev-mt-touchpad.c | 46 ++ 1 file changed, 26 insertions(+), 20 deletions(-) diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c index 5938