1
0
Fork 0

* clutter/subclassing-ClutterActor.sgml: added missing call to

cogl_push_matrix ()
This commit is contained in:
Øyvind Kolås 2008-06-23 12:22:16 +00:00
parent d9b657bdfc
commit 763d48e0f3
2 changed files with 8 additions and 1 deletions

View 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>

View 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);