diff --git a/ChangeLog b/ChangeLog index b2d6968bd..46e04d5a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-23 Ross Burton + + * examples/super-oh.c: + Fix build with trails enabled. Still crashes. + 2006-06-23 Ross Burton * configure.ac: diff --git a/examples/super-oh.c b/examples/super-oh.c index bc78336c8..f1e8579f5 100644 --- a/examples/super-oh.c +++ b/examples/super-oh.c @@ -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);