aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/input/cursor.h')
-rw-r--r--include/sway/input/cursor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/input/cursor.h b/include/sway/input/cursor.h
index 853f8838..cd4d9270 100644
--- a/include/sway/input/cursor.h
+++ b/include/sway/input/cursor.h
@@ -42,6 +42,8 @@ struct sway_cursor {
42 struct wl_listener swipe_begin; 42 struct wl_listener swipe_begin;
43 struct wl_listener swipe_update; 43 struct wl_listener swipe_update;
44 struct wl_listener swipe_end; 44 struct wl_listener swipe_end;
45 struct wl_listener hold_begin;
46 struct wl_listener hold_end;
45 47
46 struct wl_listener motion; 48 struct wl_listener motion;
47 struct wl_listener motion_absolute; 49 struct wl_listener motion_absolute;