mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 11:48:04 +02: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 slot,
|
||||||
int32_t seat_slot);
|
int32_t seat_slot);
|
||||||
|
|
||||||
|
void
|
||||||
|
touch_notify_frame(struct libinput_device *device,
|
||||||
|
uint64_t time);
|
||||||
|
|
||||||
void
|
void
|
||||||
tablet_notify_axis(struct libinput_device *device,
|
tablet_notify_axis(struct libinput_device *device,
|
||||||
uint32_t time,
|
uint32_t time,
|
||||||
|
|
@ -368,9 +372,6 @@ tablet_notify_button(struct libinput_device *device,
|
||||||
double *axes,
|
double *axes,
|
||||||
int32_t button,
|
int32_t button,
|
||||||
enum libinput_button_state state);
|
enum libinput_button_state state);
|
||||||
void
|
|
||||||
touch_notify_frame(struct libinput_device *device,
|
|
||||||
uint64_t time);
|
|
||||||
|
|
||||||
static inline uint64_t
|
static inline uint64_t
|
||||||
libinput_now(struct libinput *libinput)
|
libinput_now(struct libinput *libinput)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue