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,