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:
Tudor Brindus 2020-05-28 19:15:25 -04:00 committed by Simon Ser
parent 6f7b548589
commit 6da1631090
2 changed files with 7 additions and 7 deletions

View file

@ -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;