From 414fa567ce3893c33bc3a7b313b329c783853624 Mon Sep 17 00:00:00 2001 From: Bert Date: Thu, 3 Feb 2011 16:55:24 +0100 Subject: Split img_fit into internal/external function --- image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image.h') 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); -- cgit v1.2.3-54-g00ecf