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, 1 insertions, 1 deletions
diff --git a/include/sway/input/cursor.h b/include/sway/input/cursor.h
index ddece700..774921c8 100644
--- a/include/sway/input/cursor.h
+++ b/include/sway/input/cursor.h
@@ -58,7 +58,7 @@ struct sway_cursor {
58 struct wl_listener tool_tip; 58 struct wl_listener tool_tip;
59 struct wl_listener tool_proximity; 59 struct wl_listener tool_proximity;
60 struct wl_listener tool_button; 60 struct wl_listener tool_button;
61 bool simulated_tool_tip_down; 61 bool simulating_pointer_from_tool_tip;
62 uint32_t tool_buttons; 62 uint32_t tool_buttons;
63 63
64 struct wl_listener request_set_cursor; 64 struct wl_listener request_set_cursor;