mirror of
https://github.com/swaywm/sway.git
synced 2026-04-27 06:46:25 -04:00
view: remove foreign toplevel listeners on destroy
This commit is contained in:
parent
e9d2bb716b
commit
c0d16f3427
2 changed files with 15 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ struct sway_view {
|
|||
struct wl_listener foreign_activate_request;
|
||||
struct wl_listener foreign_fullscreen_request;
|
||||
struct wl_listener foreign_close_request;
|
||||
struct wl_listener foreign_destroy;
|
||||
|
||||
bool destroying;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue