st/widget: Adjust to changes to get_transformed_paint_volume() in mutter

This method is now transfer full.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3045>
This commit is contained in:
Sebastian Keller 2023-12-05 22:10:04 +01:00 committed by Marge Bot
parent dc931e82cd
commit 9f7a7ed202

View File

@ -829,7 +829,7 @@ st_widget_get_paint_volume (ClutterActor *self,
child != NULL;
child = clutter_actor_get_next_sibling (child))
{
const ClutterPaintVolume *child_volume;
g_autoptr (ClutterPaintVolume) child_volume = NULL;
if (!clutter_actor_is_visible (child))
continue;