[PATCH libinput 4/4] Move touch_notify_frame declaration to the other touch functions
Peter Hutterer
peter.hutterer at who-t.net
Fri Oct 28 05:41:29 UTC 2016
No functional changes
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
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 28656e0..5b46da7 100644
--- a/src/libinput-private.h
+++ b/src/libinput-private.h
@@ -530,6 +530,10 @@ touch_notify_touch_up(struct libinput_device *device,
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,
enum libinput_event_type type,
@@ -561,10 +565,6 @@ gesture_notify_pinch_end(struct libinput_device *device,
int cancelled);
void
-touch_notify_frame(struct libinput_device *device,
- uint64_t time);
-
-void
tablet_notify_axis(struct libinput_device *device,
uint64_t time,
struct libinput_tablet_tool *tool,
--
2.9.3
More information about the wayland-devel
mailing list