xdg: updates from wlroots master

This commit is contained in:
gituser 2021-09-12 12:11:32 +02:00 committed by Johan Malm
parent 8d1a34279c
commit 3d15444b3a

View file

@ -309,12 +309,12 @@ xdg_toplevel_view_map(struct view *view)
position_xdg_toplevel_view(view);
struct wlr_subsurface *subsurface;
wl_list_for_each(subsurface, &view->surface->subsurfaces_below,
parent_link) {
wl_list_for_each(subsurface, &view->surface->current.subsurfaces_below,
current.link) {
subsurface_create(view, subsurface);
}
wl_list_for_each(subsurface, &view->surface->subsurfaces_above,
parent_link) {
wl_list_for_each(subsurface, &view->surface->current.subsurfaces_above,
current.link) {
subsurface_create(view, subsurface);
}