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:
parent
3146bdbf16
commit
410eabf9d5
@ -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>
|
2006-07-27 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-feature.c: No need to call clutter_feature_init()
|
* clutter/clutter-feature.c: No need to call clutter_feature_init()
|
||||||
|
@ -275,8 +275,6 @@ clutter_actor_paint (ClutterActor *self)
|
|||||||
- (absy + clip->y) - clip->height,
|
- (absy + clip->y) - clip->height,
|
||||||
clip->width,
|
clip->width,
|
||||||
clip->height);
|
clip->height);
|
||||||
|
|
||||||
g_object_unref (stage);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
glPushMatrix();
|
glPushMatrix();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user