mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 03:22:04 +00:00
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:
parent
f36bee599c
commit
ae7463cccf
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user