mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
* clutter/subclassing-ClutterActor.sgml: added missing call to
cogl_push_matrix ()
This commit is contained in:
parent
d9b657bdfc
commit
763d48e0f3
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2008-06-16 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
* cogl/cogl-docs.sgml:
|
* cogl/cogl-docs.sgml:
|
||||||
|
@ -548,6 +548,8 @@ foo_actor_pick (ClutterActor *actor,
|
|||||||
/* this is the arc radius for the rounded rectangle corners */
|
/* this is the arc radius for the rounded rectangle corners */
|
||||||
r = CLUTTER_UNITS_TO_FIXED (foo_actor->radius);
|
r = CLUTTER_UNITS_TO_FIXED (foo_actor->radius);
|
||||||
|
|
||||||
|
cogl_push_matrix ();
|
||||||
|
|
||||||
/* use the passed color to paint ourselves */
|
/* use the passed color to paint ourselves */
|
||||||
cogl_color (pick_color);
|
cogl_color (pick_color);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user