diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index b877aa1..bc8e419 100644 --- a/config.def.h +++ b/config.def.h @@ -49,8 +49,8 @@ enum { /* gamma correction: the user-visible ranges [-GAMMA_RANGE, 0] and * (0, GAMMA_RANGE] are mapped to the ranges [0, 1], and (1, GAMMA_MAX]. * */ -static const double GAMMA_MAX = 10.0; -static const int GAMMA_RANGE = 32; +static const double GAMMA_MAX = 10.0; +static const int GAMMA_RANGE = 32; #endif #ifdef _THUMBS_CONFIG @@ -150,7 +150,7 @@ static const keymap_t keys[] = { /* decrease/increase/reset gamma */ { false, XK_braceleft, i_change_gamma, (arg_t) -1 }, { false, XK_braceright, i_change_gamma, (arg_t) +1 }, - { true, XK_G, i_change_gamma, (arg_t) 0 }, + { true, XK_G, i_change_gamma, (arg_t) 0 }, /* open current image with given program: */ { true, XK_g, it_open_with, (arg_t) "gimp" }, |