summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2008-05-19 18:07:53 +0000
committerokan <okan>2008-05-19 18:07:53 +0000
commit53116c4ec3792901d7ac774199963d915ea0da5a (patch)
tree150e382a194b6cc4a6b809a45bd808a0d4a5c75b /calmwm.h
parent981c2480dbeba34162711766a3b258421fe88ff8 (diff)
downloadcwm-53116c4ec3792901d7ac774199963d915ea0da5a.tar.gz
cwm-53116c4ec3792901d7ac774199963d915ea0da5a.tar.xz
cwm-53116c4ec3792901d7ac774199963d915ea0da5a.zip
stop normalizing search input; searching and matching are still
case-insensitive.  since this was the only use of normalizing input,
simplify as well.

allows one to exec with mixed case unmatched commands.

"works for me" oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 891760e..fa49d6c 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -310,7 +310,7 @@ struct mwm_hints {
 #define	MWM_DECOR_BORDER	(1 << 1)
 
 int			 input_keycodetrans(KeyCode, u_int, enum ctltype *,
-			     char *, int);
+			     char *);
 
 int			 x_errorhandler(Display *, XErrorEvent *);
 void			 x_setup(char *display_name);