subsurface: don't add to parent list immediately

This commit is contained in:
Kirill Primak 2021-12-06 14:59:00 +03:00 committed by Simon Ser
parent 7964bdae76
commit 0fcc842291
2 changed files with 11 additions and 5 deletions

View file

@ -185,6 +185,7 @@ struct wlr_subsurface {
bool synchronized;
bool reordered;
bool mapped;
bool added;
struct wl_listener surface_destroy;
struct wl_listener parent_destroy;