aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_cursor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_cursor.h b/include/wlr/types/wlr_cursor.h
index f5a016f4..739549c3 100644
--- a/include/wlr/types/wlr_cursor.h
+++ b/include/wlr/types/wlr_cursor.h
@@ -58,6 +58,8 @@ struct wlr_cursor {
struct wl_signal pinch_begin;
struct wl_signal pinch_update;
struct wl_signal pinch_end;
+ struct wl_signal hold_begin;
+ struct wl_signal hold_end;
struct wl_signal touch_up;
struct wl_signal touch_down;