aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway')
-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 35738894..3f46c548 100644
--- a/include/sway/input/cursor.h
+++ b/include/sway/input/cursor.h
@@ -55,6 +55,7 @@ struct sway_cursor {
55 struct wl_listener tool_tip; 55 struct wl_listener tool_tip;
56 struct wl_listener tool_proximity; 56 struct wl_listener tool_proximity;
57 struct wl_listener tool_button; 57 struct wl_listener tool_button;
58 bool simulated_tool_tip_down;
58 uint32_t tool_buttons; 59 uint32_t tool_buttons;
59 60
60 struct wl_listener request_set_cursor; 61 struct wl_listener request_set_cursor;