From 50f9ad14de921295d7a1687799e30562808e940a Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Thu, 14 Nov 2013 17:06:20 +0100 Subject: Refactored remote changes --- image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image.h') diff --git a/image.h b/image.h index 7ed104e..09322c2 100644 --- a/image.h +++ b/image.h @@ -84,7 +84,7 @@ void img_flip(img_t*, flipdir_t); void img_toggle_antialias(img_t*); -void img_set_gamma(img_t*, int); +bool img_change_gamma(img_t*, int); bool img_frame_navigate(img_t*, int); bool img_frame_animate(img_t*, bool); -- cgit v1.2.3-54-g00ecf