summaryrefslogtreecommitdiff
path: root/riscos/draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/draw.c')
-rw-r--r--riscos/draw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/draw.c b/riscos/draw.c
index 3eaf63087..fbaf1be85 100644
--- a/riscos/draw.c
+++ b/riscos/draw.c
@@ -92,7 +92,8 @@ void draw_destroy(struct content *c)
void draw_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)
{
os_trfm *matrix = xcalloc(1, sizeof(os_trfm));