From ae7463cccf02a6225a4f9c1bf2b31fc2c6035f2b Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sat, 27 Oct 2007 12:26:12 +0000 Subject: [PATCH] 2007-10-27 Emmanuele Bassi * clutter/clutter-rectangle.c (clutter_rectangle_paint): Use CGL_ENABLE_BLEND flag instead of CGL_BLEND value. (#580, Gwenole Beauchesne) --- ChangeLog | 6 ++++++ clutter/clutter-rectangle.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e9b8555..709600d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2007-10-27 Emmanuele Bassi + * 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 + * clutter/clutter-color.c (clutter_color_to_string): Update the documentation for the format of the returned string, and remove the note: now clutter_color_parse() can parse the string this diff --git a/clutter/clutter-rectangle.c b/clutter/clutter-rectangle.c index 97daf0f..262684f 100644 --- a/clutter/clutter-rectangle.c +++ b/clutter/clutter-rectangle.c @@ -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); -- 2.7.4