summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2013-11-14 17:06:20 +0100
committerBert Münnich <ber.t@posteo.de>2013-11-14 17:06:20 +0100
commit50f9ad14de921295d7a1687799e30562808e940a (patch)
tree0176dbb630a74ba38a610020ad1802a8ae3d3fa1 /image.h
parent2737fc8b81829372d454f407e19733d66d964272 (diff)
downloadnsxiv-50f9ad14de921295d7a1687799e30562808e940a.tar.zst
Refactored remote changes
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 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);