From bb41604045cbabbf9aea502ccc9b0e9db50e6aa7 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 5 May 2004 16:33:15 +0000 Subject: [project @ 2004-05-05 16:33:15 by bursa] Fix some compiler warnings. Ignore size attribute for file inputs. svn path=/import/netsurf/; revision=828 --- riscos/plugin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscos/plugin.c') diff --git a/riscos/plugin.c b/riscos/plugin.c index 4a63f2900..6baa41c4f 100644 --- a/riscos/plugin.c +++ b/riscos/plugin.c @@ -525,7 +525,8 @@ void plugin_destroy(struct content *c) */ void plugin_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) { struct plugin_list *npl; -- cgit v1.2.3