2007-10-27 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/clutter-rectangle.c (clutter_rectangle_paint): Use
	CGL_ENABLE_BLEND flag instead of CGL_BLEND value. (#580,
	Gwenole Beauchesne)
This commit is contained in:
Emmanuele Bassi 2007-10-27 12:26:12 +00:00
parent f36bee599c
commit ae7463cccf
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2007-10-27 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-rectangle.c (clutter_rectangle_paint): Use
CGL_ENABLE_BLEND flag instead of CGL_BLEND value. (#580,
Gwenole Beauchesne)
2007-10-27 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-color.c (clutter_color_to_string): Update the

View File

@ -84,7 +84,7 @@ clutter_rectangle_paint (ClutterActor *self)
: "unknown");
cogl_push_matrix();
cogl_enable (CGL_BLEND);
cogl_enable (CGL_ENABLE_BLEND);
clutter_actor_get_geometry (self, &geom);