summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorBert Münnich <be.muennich@gmail.com>2013-08-10 15:55:18 +0200
committerBert Münnich <be.muennich@gmail.com>2013-08-10 15:55:18 +0200
commit56142bd3bafedf51882b368ab08a580ac98f2619 (patch)
tree5224012a224fe3526105031c07595f9b236b1f70 /config.def.h
parent7e51c35801f9921685c3acf0d1d17d9370ae4d59 (diff)
downloadnsxiv-56142bd3bafedf51882b368ab08a580ac98f2619.tar.zst
Refactored merged rotation code
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 7a50cf6..6f95ae1 100644
--- a/config.def.h
+++ b/config.def.h
@@ -114,9 +114,9 @@ static const keymap_t keys[] = {
{ false, XK_E, i_fit_to_win, (arg_t) SCALE_HEIGHT },
{ false, XK_W, i_fit_to_img, (arg_t) None },
- { false, XK_less, i_rotate, (arg_t) ROTATE_270 },
- { false, XK_greater, i_rotate, (arg_t) ROTATE_90 },
- { false, XK_question, i_rotate, (arg_t) ROTATE_180 },
+ { false, XK_less, i_rotate, (arg_t) DEGREE_270 },
+ { false, XK_greater, i_rotate, (arg_t) DEGREE_90 },
+ { false, XK_question, i_rotate, (arg_t) DEGREE_180 },
{ false, XK_backslash, i_flip, (arg_t) FLIP_HORIZONTAL },
{ false, XK_bar, i_flip, (arg_t) FLIP_VERTICAL },