summaryrefslogtreecommitdiff
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2009-09-10 14:11:17 +0200
committerOlivier Fourdan <fourdan@xfce.org>2009-09-10 14:11:17 +0200
commitf7582c64227880e7bbfc623004f6f2413ebbdbbe (patch)
treef06cd84271dceb5b65fe0cfab88be303936b8bda /src/keyboard.c
parent8d9cb7fdabb0229e5db46646fdf54124e9307021 (diff)
downloadxfwm4-f7582c64227880e7bbfc623004f6f2413ebbdbbe.tar.gz
Simplify the tabwin/cycle code,
Sanitize build with -Wall -Werror
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 13576abb8..3fb8d31f2 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -272,9 +272,7 @@ initModifiers (Display * dpy)
{
XModifierKeymap *modmap;
KeySym *keymap;
- unsigned int keycode;
- int min_keycode;
- int max_keycode;
+ int min_keycode, max_keycode, keycode;
int keysyms_per_keycode;
int i;