diff options
Diffstat (limited to 'image.h')
-rw-r--r-- | image.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |