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:
Emmanuele Bassi 2008-05-28 08:58:44 +00:00
parent 70dbc03734
commit d27ea0b4ac
2 changed files with 7 additions and 2 deletions

View File

@ -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>
* clutter/eglx/clutter-stage-egl.h:

View File

@ -84,8 +84,6 @@ clutter_rectangle_paint (ClutterActor *self)
: "unknown");
cogl_push_matrix();
//cogl_enable (CGL_ENABLE_BLEND);
clutter_actor_get_geometry (self, &geom);
/* parent paint call will have translated us into position so