From 2d36d7fb6701c47b483759bd54c0f1526abc5e67 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 30 Jun 2021 11:39:17 +0200 Subject: backend/libinput: send touch frame events --- include/backend/libinput.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/backend/libinput.h b/include/backend/libinput.h index 2bfb1421..06e23a17 100644 --- a/include/backend/libinput.h +++ b/include/backend/libinput.h @@ -82,6 +82,8 @@ void handle_touch_motion(struct libinput_event *event, struct libinput_device *device); void handle_touch_cancel(struct libinput_event *event, struct libinput_device *device); +void handle_touch_frame(struct libinput_event *event, + struct libinput_device *device); struct wlr_tablet *create_libinput_tablet( struct libinput_device *device); -- cgit v1.2.3