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:
@ -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
|
||||
|
Reference in New Issue
Block a user