aboutsummaryrefslogtreecommitdiff
path: root/src/canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/canvas.h')
-rw-r--r--src/canvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/canvas.h b/src/canvas.h
index 255c10c..faf4103 100644
--- a/src/canvas.h
+++ b/src/canvas.h
@@ -19,7 +19,7 @@ struct imv_canvas *imv_canvas_create(int width, int height);
void imv_canvas_free(struct imv_canvas *canvas);
/* Set the buffer size of the canvas */
-void imv_canvas_resize(struct imv_canvas *canvas, int width, int height);
+void imv_canvas_resize(struct imv_canvas *canvas, int width, int height, double scale);
/* Blank the canvas to be empty and transparent */
void imv_canvas_clear(struct imv_canvas *canvas);