summaryrefslogtreecommitdiff
path: root/riscos/mng.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/mng.h')
-rw-r--r--riscos/mng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/mng.h b/riscos/mng.h
index 661a9822b..6dee782ea 100644
--- a/riscos/mng.h
+++ b/riscos/mng.h
@@ -26,7 +26,7 @@ bool nsmng_create(struct content *c, const char *params[]);
bool nsmng_process_data(struct content *c, char *data, unsigned int size);
bool nsmng_convert(struct content *c, int width, int height);
void nsmng_destroy(struct content *c);
-void nsmng_redraw(struct content *c, int x, int y,
+bool nsmng_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);