aboutsummaryrefslogtreecommitdiffstats
path: root/grab.c
diff options
context:
space:
mode:
authorbernd2007-04-27 18:10:39 +0000
committerbernd2007-04-27 18:10:39 +0000
commitef7a73c51f1e8c490b81c82229f4d9430f1a010d (patch)
treeff81632f92d8c570054616e83920c24c3d7b7beb /grab.c
parent7c8043d99252ee1f16a0c00c2712ed543d44cba1 (diff)
downloadcwm-ef7a73c51f1e8c490b81c82229f4d9430f1a010d.tar.gz
Apply cwm-3-input_shift.diff from http://aon.iki.fi/cwm/.
Diffstat (limited to 'grab.c')
-rw-r--r--grab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/grab.c b/grab.c
index 90dd73a..a3e936a 100644
--- a/grab.c
+++ b/grab.c
@@ -4,7 +4,7 @@
* Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org>
* All rights reserved.
*
- * $Id: grab.c,v 1.2 2007/04/27 18:08:14 bernd Exp $
+ * $Id: grab.c,v 1.3 2007/04/27 18:10:39 bernd Exp $
*/
#include "headers.h"
@@ -378,7 +378,7 @@ grab_label(struct client_ctx *cc)
switch (e.type) {
case KeyPress:
if (input_keycodetrans(e.xkey.keycode, e.xkey.state,
- &ctl, &chr, 1) < 0)
+ &ctl, &chr, 0) < 0)
continue;
switch (ctl) {