summaryrefslogtreecommitdiff
path: root/riscos/plugin.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-05-05 16:33:15 +0000
committerJames Bursa <james@netsurf-browser.org>2004-05-05 16:33:15 +0000
commitbb41604045cbabbf9aea502ccc9b0e9db50e6aa7 (patch)
tree73e84936444d0e418cf4c029b347e2205edd552a /riscos/plugin.h
parent9deb539031dbd92dc9caa45221e21a018fb2a570 (diff)
downloadnetsurf-bb41604045cbabbf9aea502ccc9b0e9db50e6aa7.tar.gz
netsurf-bb41604045cbabbf9aea502ccc9b0e9db50e6aa7.tar.bz2
[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
Diffstat (limited to 'riscos/plugin.h')
-rw-r--r--riscos/plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/plugin.h b/riscos/plugin.h
index f08465897..b996b977f 100644
--- a/riscos/plugin.h
+++ b/riscos/plugin.h
@@ -78,7 +78,8 @@ void plugin_reformat(struct content *c, unsigned int width, unsigned int height)
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);
void plugin_add_instance(struct content *c, struct browser_window *bw,
struct content *page, struct box *box,
struct object_params *params, void **state);