about summary refs log tree commit diff
path: root/grab.c
diff options
context:
space:
mode:
Diffstat (limited to 'grab.c')
-rw-r--r--grab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/grab.c b/grab.c
index 3aeffc6..6f0e56a 100644
--- a/grab.c
+++ b/grab.c
@@ -301,7 +301,7 @@ grab_label(struct client_ctx *cc)
 		switch (e.type) {
 		case KeyPress:
 			if (input_keycodetrans(e.xkey.keycode, e.xkey.state,
-			    &ctl, &chr, 0) < 0)
+			    &ctl, &chr) < 0)
 				continue;
 
 			switch (ctl) {