summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-03 16:55:24 +0100
committerBert <ber.t@gmx.com>2011-02-03 16:55:24 +0100
commit414fa567ce3893c33bc3a7b313b329c783853624 (patch)
tree92e1fde8f1cf6928bac085913534247fd2b90679 /image.h
parentc6556f8cc7a90909b2dd71747ab605954a3f7892 (diff)
downloadnsxiv-414fa567ce3893c33bc3a7b313b329c783853624.tar.zst
Split img_fit into internal/external function
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 1c25f63..de4f3cc 100644
--- a/image.h
+++ b/image.h
@@ -54,7 +54,7 @@ int img_load(img_t*, const char*);
void img_render(img_t*, win_t*);
-int img_fit(img_t*, win_t*, unsigned char);
+int img_fit_win(img_t*, win_t*);
int img_center(img_t*, win_t*);
int img_zoom(img_t*, float);