mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-07 13:10:30 +01:00
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:
parent
418a910092
commit
63990614b0
1 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue