mirror of
https://github.com/brl/mutter.git
synced 2025-05-06 23:24:56 +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>
|
2007-10-27 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-color.c (clutter_color_to_string): Update the
|
* clutter/clutter-color.c (clutter_color_to_string): Update the
|
||||||
|
@ -84,7 +84,7 @@ clutter_rectangle_paint (ClutterActor *self)
|
|||||||
: "unknown");
|
: "unknown");
|
||||||
cogl_push_matrix();
|
cogl_push_matrix();
|
||||||
|
|
||||||
cogl_enable (CGL_BLEND);
|
cogl_enable (CGL_ENABLE_BLEND);
|
||||||
|
|
||||||
clutter_actor_get_geometry (self, &geom);
|
clutter_actor_get_geometry (self, &geom);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user