2006-06-23 Ross Burton <ross@openedhand.com>
authorRoss Burton <ross@openedhand.com>
Fri, 23 Jun 2006 09:29:54 +0000 (09:29 +0000)
committerRoss Burton <ross@openedhand.com>
Fri, 23 Jun 2006 09:29:54 +0000 (09:29 +0000)
* examples/super-oh.c:
Fix build with trails enabled. Still crashes.

ChangeLog
examples/super-oh.c

index b2d6968..46e04d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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:
        Disable static libraries.
 
index bc78336..f1e8579 100644 (file)
@@ -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);