Track damage of xdg-shell-v6 popups

This commit is contained in:
emersion 2018-04-05 16:48:11 -04:00
parent 45f93e1650
commit f5e5b1819b
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 85 additions and 0 deletions

View file

@ -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;