From c6d83f229e17c117e2af97feb086413b802bf5f9 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Fri, 12 Mar 2004 00:59:02 +0000 Subject: [project @ 2004-03-12 00:59:02 by rjw] Removed hack to convert pixels to OS units as Tinct now accepts OS units in its parameters. svn path=/import/netsurf/; revision=609 --- riscos/png.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscos/png.c b/riscos/png.c index 73d581dc5..988e39704 100644 --- a/riscos/png.c +++ b/riscos/png.c @@ -234,7 +234,7 @@ void nspng_redraw(struct content *c, long x, long y, _swix(Tinct_PlotScaledAlpha, _IN(2) | _IN(3) | _IN(4) | _IN(5) | _IN(6) | _IN(7), ((char *) c->data.png.sprite_area + c->data.png.sprite_area->first), x, (int)(y - height), - width / 2, height / 2, // [hack until Tinct is fixed] - rjw + width, height, (option_filter_sprites?0:(1<<1)) | (option_dither_sprites?0:(1<<2))); } #endif -- cgit v1.2.3