mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
Track damage of xdg-shell-v6 popups
This commit is contained in:
parent
45f93e1650
commit
f5e5b1819b
3 changed files with 85 additions and 0 deletions
|
|
@ -176,6 +176,8 @@ void view_unmap(struct sway_view *view) {
|
|||
|
||||
struct sway_container *parent = container_destroy(view->swayc);
|
||||
|
||||
wl_list_remove(&view->surface_new_subsurface.link);
|
||||
|
||||
view->swayc = NULL;
|
||||
view->surface = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue