From 7897a98a4c7475e116f406ab173139c959d6dfb6 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 25 Feb 2004 15:12:58 +0000 Subject: [project @ 2004-02-25 15:12:57 by bursa] Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566 --- riscos/gif.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscos/gif.c') diff --git a/riscos/gif.c b/riscos/gif.c index c827f19c7..faf54e655 100644 --- a/riscos/gif.c +++ b/riscos/gif.c @@ -133,7 +133,8 @@ void nsgif_reformat(struct content *c, unsigned int width, unsigned int height) void nsgif_redraw(struct content *c, long x, long y, unsigned long width, unsigned long height, - long clip_x0, long clip_y0, long clip_x1, long clip_y1) + long clip_x0, long clip_y0, long clip_x1, long clip_y1, + float scale) { unsigned int size; osspriteop_trans_tab *table; -- cgit v1.2.3