mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
* clutter/subclassing-ClutterActor.sgml: added missing call to
cogl_push_matrix ()
This commit is contained in:
parent
d9b657bdfc
commit
763d48e0f3
@ -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>
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user