X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fmovie.git;a=blobdiff_plain;f=gdk.c;h=8fc579c97f224f25a240a47f88f6c04351bf7e41;hp=3bb6ca950f5c1f6a980d73899bdea4e1e218d806;hb=ca3c22aeceaa62e95405171595aed649521f4028;hpb=751fdaa177d280e82ffcc6919c109f01bebd144f diff --git a/gdk.c b/gdk.c index 3bb6ca9..8fc579c 100644 --- 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);