No functional changes

Signed-off-by: Peter Hutterer <[email protected]>
---
 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

_______________________________________________
wayland-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to