From 63990614b055ce9f5935d413ec9d5bf5ee1f7caf Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 4 Jan 2016 10:55:37 +1000 Subject: [PATCH] Move touch_notify_frame declaration to the other touch functions No functional changes Signed-off-by: Peter Hutterer Reviewed-by: Hans de Goede --- src/libinput-private.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libinput-private.h b/src/libinput-private.h index 28656e07..5b46da79 100644 --- a/src/libinput-private.h +++ b/src/libinput-private.h @@ -529,6 +529,10 @@ touch_notify_touch_up(struct libinput_device *device, int32_t slot, int32_t seat_slot); +void +touch_notify_frame(struct libinput_device *device, + uint64_t time); + void gesture_notify_swipe(struct libinput_device *device, uint64_t time, @@ -560,10 +564,6 @@ gesture_notify_pinch_end(struct libinput_device *device, double scale, int cancelled); -void -touch_notify_frame(struct libinput_device *device, - uint64_t time); - void tablet_notify_axis(struct libinput_device *device, uint64_t time,