GNOME Bugzilla – Bug 703336
clutter-actor: Make clutter_actor_has_mapped_clones public
Last modified: 2013-07-17 10:43:17 UTC
See patch, we need this for an optimization in mutter.
Created attachment 248079 [details] [review] clutter-actor: Make clutter_actor_has_mapped_clones public This allows some optimisations to be done that work when they are no clones.
Created attachment 248169 [details] [review] clutter-actor: Make clutter_actor_has_mapped_clones public This allows some optimisations to be done that work when they are no clones. -- Move it to the experimental API.
Review of attachment 248169 [details] [review]: minor issue to be fixed before pushing. ::: clutter/clutter-actor.c @@ +20327,3 @@ clutter_actor_has_mapped_clones (ClutterActor *self) { ClutterActorPrivate *priv = self->priv; needs g_return_val_if_fail() on the argument before the priv assignment.
Attachment 248169 [details] pushed as 74ab8c3 - clutter-actor: Make clutter_actor_has_mapped_clones public