summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorbaskerville <nihilhill@gmail.com>2012-07-19 12:28:44 +0200
committerbaskerville <nihilhill@gmail.com>2012-07-19 12:28:44 +0200
commitb56989f8fbfa6ab32e1fa8f54c0d03ff924c7308 (patch)
tree75b1a7c94f52f03184e373bf634f395d3f88ff06 /image.h
parent5b6467913cca4086ebb6056e7235a3c78570ce6f (diff)
downloadnsxiv-b56989f8fbfa6ab32e1fa8f54c0d03ff924c7308.tar.zst
New commands: fit to the window's height/width
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);