aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-06-30 11:40:15 +0200
committerSimon Ser <contact@emersion.fr>2021-07-08 09:12:17 +0200
commit22fd411bc3e77da5ec2e866b6e52e1bf16f69815 (patch)
tree2343548dbbc3ba8b416a079bff0ce4947d276909 /include
parentc1902cdb3f98908e5b52b9c2def9ebc0dd1ebc01 (diff)
cursor: add touch frame event
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_cursor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_cursor.h b/include/wlr/types/wlr_cursor.h
index 71eddc43..f5a016f4 100644
--- a/include/wlr/types/wlr_cursor.h
+++ b/include/wlr/types/wlr_cursor.h
@@ -63,6 +63,7 @@ struct wlr_cursor {
struct wl_signal touch_down;
struct wl_signal touch_motion;
struct wl_signal touch_cancel;
+ struct wl_signal touch_frame;
struct wl_signal tablet_tool_axis;
struct wl_signal tablet_tool_proximity;