aboutsummaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'image.h')
-rw-r--r--image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.h b/image.h
index c662a24..034922a 100644
--- a/image.h
+++ b/image.h
@@ -65,7 +65,7 @@ void img_close(img_t*, bool);
void img_render(img_t*);
-bool img_fit_win(img_t*);
+bool img_fit_win(img_t*, scalemode_t);
bool img_center(img_t*);
bool img_zoom(img_t*, float);