* clutter/subclassing-ClutterActor.sgml: added missing call to
authorØyvind Kolås <pippin@openedhand.com>
Mon, 23 Jun 2008 12:22:16 +0000 (12:22 +0000)
committerØyvind Kolås <pippin@openedhand.com>
Mon, 23 Jun 2008 12:22:16 +0000 (12:22 +0000)
cogl_push_matrix ()

doc/reference/ChangeLog
doc/reference/clutter/subclassing-ClutterActor.sgml

index 6fc7357..30f9505 100644 (file)
@@ -1,7 +1,12 @@
+2008-06-23  Øyvind Kolås  <pippin@o-hand.com>
+
+       * clutter/subclassing-ClutterActor.sgml: added missing call to
+       cogl_push_matrix ()
+
 2008-06-16  Matthew Allum  <mallum@openedhand.com>
 
        * cogl/cogl-docs.sgml:
-        Add an intro.
+       Add an intro.
 
 2008-06-13  Øyvind Kolås  <pippin@o-hand.com>
 
index 1ce27b9..ecae6d3 100644 (file)
@@ -548,6 +548,8 @@ foo_actor_pick (ClutterActor       *actor,
   /* this is the arc radius for the rounded rectangle corners */
   r = CLUTTER_UNITS_TO_FIXED (foo_actor->radius);
 
+  cogl_push_matrix ();
+
   /* use the passed color to paint ourselves */
   cogl_color (pick_color);