mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-06 02:30:13 +01:00
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:
parent
d3fb0b1ea2
commit
ea0a04dd6e
1 changed files with 4 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue