From 2dc863a57a72a268b83b8c8c68f39ddf396d7e82 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sat, 13 Mar 2004 18:22:22 +0000 Subject: [project @ 2004-03-13 18:22:22 by rjw] Forgot to comment out Tinct options fix. svn path=/import/netsurf/; revision=616 --- riscos/gif.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'riscos') diff --git a/riscos/gif.c b/riscos/gif.c index a69254460..5a829103d 100644 --- a/riscos/gif.c +++ b/riscos/gif.c @@ -128,12 +128,12 @@ void nsgif_redraw(struct content *c, long x, long y, sprites not matching the required specifications are ignored. See the Tinct documentation for further information. */ - _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), +/* _swix(Tinct_PlotScaledAlpha, _IN(2) | _IN(3) | _IN(4) | _IN(5) | _IN(6) | _IN(7), + ((char *) c->data.gif.sprite_area + c->data.gif.sprite_area->first), x, (int)(y - height), width, height, (option_filter_sprites?(1<<1):0) | (option_dither_sprites?(1<<2):0)); - +*/ unsigned int size; osspriteop_trans_tab *table; os_factors factors; -- cgit v1.2.3