2006-06-23 Ross Burton <ross@openedhand.com>
* examples/super-oh.c: Fix build with trails enabled. Still crashes.
This commit is contained in:
parent
6ddf5c196a
commit
ff1152e3b1
@ -1,3 +1,8 @@
|
||||
2006-06-23 Ross Burton <ross@openedhand.com>
|
||||
|
||||
* examples/super-oh.c:
|
||||
Fix build with trails enabled. Still crashes.
|
||||
|
||||
2006-06-23 Ross Burton <ross@openedhand.com>
|
||||
|
||||
* configure.ac:
|
||||
|
@ -92,7 +92,7 @@ frame_cb (ClutterTimeline *timeline,
|
||||
oh->bgpixb = clutter_stage_snapshot (CLUTTER_STAGE (stage),
|
||||
0, 0,
|
||||
CLUTTER_STAGE_WIDTH(),
|
||||
CLUTTER_STAGE_HEIGHT();
|
||||
CLUTTER_STAGE_HEIGHT());
|
||||
clutter_texture_set_pixbuf (CLUTTER_TEXTURE (oh->bgtex), oh->bgpixb);
|
||||
g_object_unref (G_OBJECT (oh->bgpixb));
|
||||
g_object_unref (stage);
|
||||
|
Loading…
Reference in New Issue
Block a user