mirror of
https://github.com/swaywm/sway.git
synced 2024-11-26 18:01:29 +00:00
Update for wlroots#885
This commit is contained in:
parent
72149111a5
commit
a41057714f
|
@ -327,7 +327,7 @@ static void view_child_handle_view_unmap(struct wl_listener *listener,
|
||||||
static void view_init_subsurfaces(struct sway_view *view,
|
static void view_init_subsurfaces(struct sway_view *view,
|
||||||
struct wlr_surface *surface) {
|
struct wlr_surface *surface) {
|
||||||
struct wlr_subsurface *subsurface;
|
struct wlr_subsurface *subsurface;
|
||||||
wl_list_for_each(subsurface, &surface->subsurface_list, parent_link) {
|
wl_list_for_each(subsurface, &surface->subsurfaces, parent_link) {
|
||||||
view_subsurface_create(view, subsurface);
|
view_subsurface_create(view, subsurface);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue