mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
view: remove foreign toplevel listeners on destroy
This commit is contained in:
parent
f478f4cc66
commit
b7f28cd6b7
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