mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 03:22:04 +00:00
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:
parent
70dbc03734
commit
d27ea0b4ac
@ -1,3 +1,10 @@
|
||||
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.
|
||||
|
||||
2008-05-27 Neil Roberts <neil@o-hand.com>
|
||||
|
||||
* clutter/eglx/clutter-stage-egl.h:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user