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 4a3774d9..c7da8829 100644
--- a/include/sway/input/cursor.h
+++ b/include/sway/input/cursor.h
@@ -53,6 +53,7 @@ struct sway_cursor {
53 53
54 struct wl_listener touch_down; 54 struct wl_listener touch_down;
55 struct wl_listener touch_up; 55 struct wl_listener touch_up;
56 struct wl_listener touch_cancel;
56 struct wl_listener touch_motion; 57 struct wl_listener touch_motion;
57 struct wl_listener touch_frame; 58 struct wl_listener touch_frame;
58 bool simulating_pointer_from_touch; 59 bool simulating_pointer_from_touch;