From: gituser Date: Sun, 12 Sep 2021 10:11:32 +0000 (+0200) Subject: xdg: updates from wlroots master X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=3d15444b3aa8ebefa9be6f0d9141db941d16f0d9;p=proto%2Flabwc.git xdg: updates from wlroots master --- diff --git a/src/xdg.c b/src/xdg.c index 71a4df44..59a6f553 100644 --- a/src/xdg.c +++ b/src/xdg.c @@ -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); }