From ff1152e3b1ee8f82dcb9dd1d634568bcbadcf92e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 23 Jun 2006 09:29:54 +0000 Subject: [PATCH] 2006-06-23 Ross Burton * examples/super-oh.c: Fix build with trails enabled. Still crashes. --- ChangeLog | 5 +++++ examples/super-oh.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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);