diff options
author | baskerville <nihilhill@gmail.com> | 2012-07-19 12:28:44 +0200 |
---|---|---|
committer | baskerville <nihilhill@gmail.com> | 2012-07-19 12:28:44 +0200 |
commit | b56989f8fbfa6ab32e1fa8f54c0d03ff924c7308 (patch) | |
tree | 75b1a7c94f52f03184e373bf634f395d3f88ff06 /image.h | |
parent | 5b6467913cca4086ebb6056e7235a3c78570ce6f (diff) |
New commands: fit to the window's height/width
Diffstat (limited to 'image.h')
-rw-r--r-- | image.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |