From dba4904ddb5e82f0e941069da90d662d07d9c87f Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 11 Aug 2004 16:38:04 +0000 Subject: [project @ 2004-08-11 16:38:04 by jmb] Add gui and plugin sources missed from previous checkin svn path=/import/netsurf/; revision=1210 --- riscos/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/plugin.h') diff --git a/riscos/plugin.h b/riscos/plugin.h index fafc89862..dc032f566 100644 --- a/riscos/plugin.h +++ b/riscos/plugin.h @@ -75,7 +75,7 @@ bool plugin_process_data(struct content *c, char *data, unsigned int size); bool plugin_convert(struct content *c, int width, int height); void plugin_reformat(struct content *c, int width, int height); void plugin_destroy(struct content *c); -void plugin_redraw(struct content *c, int x, int y, +bool plugin_redraw(struct content *c, int x, int y, int width, int height, int clip_x0, int clip_y0, int clip_x1, int clip_y1, float scale); -- cgit v1.2.3