From ea0a04dd6ef07cae2c73cd08379f295a95b32ff2 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 12 Mar 2015 14:56:51 +1000 Subject: [PATCH] Move touch_notify_frame declaration back to the touch_notify group Signed-off-by: Peter Hutterer --- src/libinput-private.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/libinput-private.h b/src/libinput-private.h index 1c2a3290..d385e6e1 100644 --- a/src/libinput-private.h +++ b/src/libinput-private.h @@ -344,6 +344,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 tablet_notify_axis(struct libinput_device *device, uint32_t time, @@ -368,9 +372,6 @@ tablet_notify_button(struct libinput_device *device, double *axes, int32_t button, enum libinput_button_state state); -void -touch_notify_frame(struct libinput_device *device, - uint64_t time); static inline uint64_t libinput_now(struct libinput *libinput)