From 6da1631090d29b11c068b930a392a86dd207be4f Mon Sep 17 00:00:00 2001 From: Tudor Brindus Date: Thu, 28 May 2020 19:15:25 -0400 Subject: 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. --- include/sway/input/cursor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sway/input') 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; -- cgit v1.2.3