summaryrefslogtreecommitdiffstats
path: root/config.def.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 /config.def.h
parent2737fc8b81829372d454f407e19733d66d964272 (diff)
downloadnsxiv-50f9ad14de921295d7a1687799e30562808e940a.tar.zst
Refactored remote changes
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
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" },