summaryrefslogtreecommitdiff
path: root/riscos/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/plugin.c')
-rw-r--r--riscos/plugin.c3
1 files changed, 2 insertions, 1 deletions
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;