Move touch_notify_frame declaration back to the touch_notify group

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2015-03-12 14:56:51 +10:00
parent d3fb0b1ea2
commit ea0a04dd6e

View file

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