search for: 4c79a7f

Displaying 1 result from an estimated 1 matches for "4c79a7f".

Did you mean: 4b79a1f
2007 Sep 13
0
test/swfdec-extract.c
...0578ccabc (from 9c4a5df4d39d861247676283426891e29bfe9fe2) Author: Benjamin Otte <otte at gnome.org> Date: Thu Sep 13 21:38:51 2007 +0200 scale by a double, not an int This caused all extraction to fail. diff --git a/test/swfdec-extract.c b/test/swfdec-extract.c index 73e49fa..4c79a7f 100644 --- a/test/swfdec-extract.c +++ b/test/swfdec-extract.c @@ -201,7 +201,7 @@ export_graphic (SwfdecGraphic *graphic, cr = cairo_create (surface); cairo_translate (cr, - floor (graphic->extents.x0 / SWFDEC_TWIPS_SCALE_FACTOR), - floor (graphic->extents.y0 / SWFDEC_TWIPS_SCALE...