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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/input/cursor.h b/include/sway/input/cursor.h
index abd72783..c87d8332 100644
--- a/include/sway/input/cursor.h
+++ b/include/sway/input/cursor.h
@@ -30,6 +30,7 @@ struct sway_cursor {
30 struct wl_listener motion_absolute; 30 struct wl_listener motion_absolute;
31 struct wl_listener button; 31 struct wl_listener button;
32 struct wl_listener axis; 32 struct wl_listener axis;
33 struct wl_listener frame;
33 34
34 struct wl_listener touch_down; 35 struct wl_listener touch_down;
35 struct wl_listener touch_up; 36 struct wl_listener touch_up;