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 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);