2006-08-07 Matthew Allum <mallum@openedhand.com>

* clutter/clutter-actor.c: (clutter_actor_paint):
        Remove relic from old stage behaviour - dont unref
        it during a clip.
This commit is contained in:
Matthew Allum 2006-08-07 21:27:11 +00:00
parent 3146bdbf16
commit 410eabf9d5
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2006-08-07 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-actor.c: (clutter_actor_paint):
Remove relic from old stage behaviour - dont unref
it during a clip.
2006-07-27 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-feature.c: No need to call clutter_feature_init()

View File

@ -275,8 +275,6 @@ clutter_actor_paint (ClutterActor *self)
- (absy + clip->y) - clip->height,
clip->width,
clip->height);
g_object_unref (stage);
}
glPushMatrix();