2008-05-28 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-rectangle.c: (clutter_rectangle_paint): Remove commented out call to cogl_enable(); the call is not needed and the comment is in C99.
This commit is contained in:
parent
70dbc03734
commit
d27ea0b4ac
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2008-05-28 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/clutter-rectangle.c:
|
||||||
|
(clutter_rectangle_paint): Remove commented out call to
|
||||||
|
cogl_enable(); the call is not needed and the comment is
|
||||||
|
in C99.
|
||||||
|
|
||||||
2008-05-27 Neil Roberts <neil@o-hand.com>
|
2008-05-27 Neil Roberts <neil@o-hand.com>
|
||||||
|
|
||||||
* clutter/eglx/clutter-stage-egl.h:
|
* clutter/eglx/clutter-stage-egl.h:
|
||||||
|
|
|
@ -84,8 +84,6 @@ clutter_rectangle_paint (ClutterActor *self)
|
||||||
: "unknown");
|
: "unknown");
|
||||||
cogl_push_matrix();
|
cogl_push_matrix();
|
||||||
|
|
||||||
//cogl_enable (CGL_ENABLE_BLEND);
|
|
||||||
|
|
||||||
clutter_actor_get_geometry (self, &geom);
|
clutter_actor_get_geometry (self, &geom);
|
||||||
|
|
||||||
/* parent paint call will have translated us into position so
|
/* parent paint call will have translated us into position so
|
||||||
|
|
Loading…
Add table
Reference in a new issue