mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
wayland/subsurface: Add check for parent surface
Just as we do in similar places. This avoids crashes under certain
circumstances.
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1411
(cherry picked from commit 8cbcd35fdf
)
This commit is contained in:
parent
32d130ddf0
commit
d2747a1288
@ -275,6 +275,7 @@ meta_wayland_subsurface_notify_subsurface_state_changed (MetaWaylandSurfaceRole
|
|||||||
meta_wayland_surface_role_get_surface (surface_role);
|
meta_wayland_surface_role_get_surface (surface_role);
|
||||||
MetaWaylandSurface *parent = surface->sub.parent;
|
MetaWaylandSurface *parent = surface->sub.parent;
|
||||||
|
|
||||||
|
if (parent)
|
||||||
return meta_wayland_surface_notify_subsurface_state_changed (parent);
|
return meta_wayland_surface_notify_subsurface_state_changed (parent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user