Move touch_notify_frame declaration to the other touch functions

No functional changes

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
Peter Hutterer 2016-01-04 10:55:37 +10:00
parent 418a910092
commit 63990614b0

View file

@ -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,