aboutsummaryrefslogtreecommitdiff
path: root/include/sway
diff options
context:
space:
mode:
authorTudor Brindus <me@tbrindus.ca>2020-05-28 19:15:25 -0400
committerSimon Ser <contact@emersion.fr>2020-05-29 08:44:56 +0200
commit6da1631090d29b11c068b930a392a86dd207be4f (patch)
treeccabeffcd637eb4e10a4b84118e626cc4dfda572 /include/sway
parent6f7b548589feead7c3c3ae8d619f23770fd65fb0 (diff)
input/cursor: rename `simulated_tool_tip_down` to be more accurate
This is a tiny cleanup commit that renames `simulated_tool_tip_down` to `simulating_pointer_from_tool_tip`, making it match `simulating_pointer_from_touch`. This is a better name since it makes it clear that it's the *pointer* that's being simulated, not the tool tip.
Diffstat (limited to 'include/sway')
-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 {
struct wl_listener tool_tip;
struct wl_listener tool_proximity;
struct wl_listener tool_button;
- bool simulated_tool_tip_down;
+ bool simulating_pointer_from_tool_tip;
uint32_t tool_buttons;
struct wl_listener request_set_cursor;