mirror of
https://github.com/swaywm/sway.git
synced 2025-11-18 06:59:48 -05:00
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.
This commit is contained in:
parent
6f7b548589
commit
6da1631090
2 changed files with 7 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue