mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +00:00
2006-06-23 Matthew Allum <mallum@openedhand.com>
* examples/super-oh.c: Remove random stage unref fixing trails. Fixes #98
This commit is contained in:
parent
21728c5ba9
commit
e2a6630817
@ -1,3 +1,8 @@
|
|||||||
|
2006-06-23 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
|
* examples/super-oh.c:
|
||||||
|
Remove random stage unref fixing trails. Fixes #98
|
||||||
|
|
||||||
2006-06-23 Matthew Allum <mallum@openedhand.com>
|
2006-06-23 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
* examples/video-player.c: (size_change):
|
* examples/video-player.c: (size_change):
|
||||||
|
@ -95,7 +95,6 @@ frame_cb (ClutterTimeline *timeline,
|
|||||||
CLUTTER_STAGE_HEIGHT());
|
CLUTTER_STAGE_HEIGHT());
|
||||||
clutter_texture_set_pixbuf (CLUTTER_TEXTURE (oh->bgtex), oh->bgpixb);
|
clutter_texture_set_pixbuf (CLUTTER_TEXTURE (oh->bgtex), oh->bgpixb);
|
||||||
g_object_unref (G_OBJECT (oh->bgpixb));
|
g_object_unref (G_OBJECT (oh->bgpixb));
|
||||||
g_object_unref (stage);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Rotate everything clockwise about stage center*/
|
/* Rotate everything clockwise about stage center*/
|
||||||
|
Loading…
Reference in New Issue
Block a user