Hi all, Had some trouble building the latest git of clutter-cairo, attached is a patch to remove the old clutter_clone_texture_new and replace it with clutter_clone_new in the bubbles example.
BR, K
diff --git a/examples/bubbles.c b/examples/bubbles.c
index e6adcd6..34c711f 100644
--- a/examples/bubbles.c
+++ b/examples/bubbles.c
@@ -142,7 +142,7 @@ main (int argc, char **argv)
{
ClutterActor *actor;
- actor = clutter_clone_texture_new (CLUTTER_TEXTURE (bubble));
+ actor = clutter_clone_new (bubble);
clutter_actor_set_position (actor, i * BUBBLE_R*2, -BUBBLE_R*2);
clutter_container_add_actor (CLUTTER_CONTAINER (stage), actor);
signature.asc
Description: This is a digitally signed message part
