summaryrefslogtreecommitdiff
path: root/riscos/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/draw.h')
-rw-r--r--riscos/draw.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/draw.h b/riscos/draw.h
index 6fdf0a3c1..fbf9cfc4b 100644
--- a/riscos/draw.h
+++ b/riscos/draw.h
@@ -25,5 +25,6 @@ void draw_reformat(struct content *c, unsigned int width, unsigned int height);
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);
#endif