aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2008-05-19 18:07:53 +0000
committerokan2008-05-19 18:07:53 +0000
commit49f3193bd3ecb3b5e447f9c0b2318069d5945887 (patch)
treefe4527a1e43c90e98c701058c5e7c4019469f9fe /calmwm.h
parent1bbd6697597fd4f837df1a91351cabd390184fa7 (diff)
downloadcwm-49f3193bd3ecb3b5e447f9c0b2318069d5945887.tar.gz
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 '')
-rw-r--r--calmwm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index a3a3da2..c3fac3e 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: calmwm.h,v 1.47 2008/05/19 17:32:22 oga Exp $
+ * $Id: calmwm.h,v 1.48 2008/05/19 18:07:53 okan Exp $
*/
#ifndef _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);