mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
subsurface: don't add to parent list immediately
This commit is contained in:
parent
7964bdae76
commit
0fcc842291
2 changed files with 11 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue