diff options
author | Tudor Brindus <me@tbrindus.ca> | 2020-04-25 22:12:59 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-05-01 11:00:49 +0200 |
commit | 2913f39dcb58997ab055465154d7c7b287da10c7 (patch) | |
tree | f8fee0fba77f9eab3d3a4348cd8ddf5aef6b6e4c /include/sway/input | |
parent | 091f580b7cb0df92f0f6e0be34b52f8abfdbe97a (diff) |
input/cursor: release simulated tool tip button when over v2 surface
d88460f addressed sending v2 tool tip up when over a non-v2 surface.
This commit addresses the other direction.
Fixes #5230.
Diffstat (limited to 'include/sway/input')
-rw-r--r-- | include/sway/input/cursor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/input/cursor.h b/include/sway/input/cursor.h index 35738894..3f46c548 100644 --- a/include/sway/input/cursor.h +++ b/include/sway/input/cursor.h @@ -55,6 +55,7 @@ struct sway_cursor { struct wl_listener tool_tip; struct wl_listener tool_proximity; struct wl_listener tool_button; + bool simulated_tool_tip_down; uint32_t tool_buttons; struct wl_listener request_set_cursor; |