Zooms in and out of the faces
[cascardo/movie.git] / gdk.c
diff --git a/gdk.c b/gdk.c
index 3bb6ca9..8fc579c 100644 (file)
--- a/gdk.c
+++ b/gdk.c
@@ -99,7 +99,7 @@ main (int argc, char **argv)
     filename = argv[1];
   ctx.points = ReadPoints ("pro-gnu");
   ctx.points = drop_dup_frames (ctx.points, 20);
-  rescale_points (ctx.points);
+  rescale_points (ctx.points, get_scales (20));
   ctx.picture = gdk_pixbuf_new_from_file (filename, NULL);
   ctx.i = ctx.points->len;
   colorspace = gdk_pixbuf_get_colorspace (ctx.picture);