diff options
Diffstat (limited to 'include/backend')
-rw-r--r-- | include/backend/libinput.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |