summaryrefslogtreecommitdiffstats
path: root/include/sway/input
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/input')
-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 1b31143d..8f9f84d0 100644
--- a/include/sway/input/cursor.h
+++ b/include/sway/input/cursor.h
@@ -50,6 +50,8 @@ struct sway_cursor {
50 struct wl_listener touch_down; 50 struct wl_listener touch_down;
51 struct wl_listener touch_up; 51 struct wl_listener touch_up;
52 struct wl_listener touch_motion; 52 struct wl_listener touch_motion;
53 bool simulating_pointer_from_touch;
54 int32_t pointer_touch_id;
53 55
54 struct wl_listener tool_axis; 56 struct wl_listener tool_axis;
55 struct wl_listener tool_tip; 57 struct wl_listener tool_tip;