From 0bd94a17ff1c0eee3d84e37d1e8b65859b8abbb2 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 20 Dec 2016 10:51:09 +1000 Subject: [PATCH] touchpad: change direction flags from int to uint32_t Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad-gestures.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evdev-mt-touchpad-gestures.c b/src/evdev-mt-touchpad-gestures.c index 6c568a38..08c179df 100644 --- a/src/evdev-mt-touchpad-gestures.c +++ b/src/evdev-mt-touchpad-gestures.c @@ -181,7 +181,7 @@ tp_gesture_get_active_touches(const struct tp_dispatch *tp, return n; } -static int +static uint32_t tp_gesture_get_direction(struct tp_dispatch *tp, struct tp_touch *touch, unsigned int nfingers) {