From 0353e6eea265f5f6fa53eb75300529d9ffa6d4fa Mon Sep 17 00:00:00 2001 From: AndrĂ¡s Mohari Date: Wed, 13 Nov 2013 20:54:09 +0100 Subject: Add support for changing the gamma value --- commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'commands.h') diff --git a/commands.h b/commands.h index 118c89a..16aee07 100644 --- a/commands.h +++ b/commands.h @@ -67,6 +67,7 @@ bool i_fit_to_img(arg_t); bool i_rotate(arg_t); bool i_flip(arg_t); bool i_toggle_antialias(arg_t); +bool i_change_gamma(arg_t); bool it_toggle_alpha(arg_t); bool it_open_with(arg_t); bool it_shell_cmd(arg_t); -- cgit v1.2.3-54-g00ecf