mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
bugfix: dnd force cancel
This commit is contained in:
parent
e903a69698
commit
1a756b3123
6 changed files with 40 additions and 15 deletions
|
|
@ -68,6 +68,7 @@ struct roots_input_event {
|
|||
struct roots_drag_icon {
|
||||
struct wlr_surface *surface;
|
||||
struct wl_list link; // roots_input::drag_icons
|
||||
bool mapped;
|
||||
|
||||
int32_t sx;
|
||||
int32_t sy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue