summaryrefslogtreecommitdiff
path: root/riscos/png.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/png.h')
-rw-r--r--riscos/png.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/png.h b/riscos/png.h
index f52514b73..8d91ef7ee 100644
--- a/riscos/png.h
+++ b/riscos/png.h
@@ -35,5 +35,6 @@ void nspng_reformat(struct content *c, unsigned int width, unsigned int height);
void nspng_destroy(struct content *c);
void nspng_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