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:
parent
dc931e82cd
commit
9f7a7ed202
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user