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 6a38190b..7d66e699 100644
--- a/include/sway/input/cursor.h
+++ b/include/sway/input/cursor.h
@@ -52,7 +52,9 @@ struct sway_cursor {
52 struct wl_listener touch_down; 52 struct wl_listener touch_down;
53 struct wl_listener touch_up; 53 struct wl_listener touch_up;
54 struct wl_listener touch_motion; 54 struct wl_listener touch_motion;
55 struct wl_listener touch_frame;
55 bool simulating_pointer_from_touch; 56 bool simulating_pointer_from_touch;
57 bool pointer_touch_up;
56 int32_t pointer_touch_id; 58 int32_t pointer_touch_id;
57 59
58 struct wl_listener tool_axis; 60 struct wl_listener tool_axis;