summaryrefslogtreecommitdiff
path: root/src/events.c
diff options
context:
space:
mode:
authorShawn <sabetts@juicebox>2008-02-19 16:53:23 -0800
committerShawn <sabetts@juicebox>2008-02-19 16:53:23 -0800
commitcc35f0778f427e43f00d735576e7044514950605 (patch)
tree006e51a3198bb0339a0d9b53206387f7599b28cb /src/events.c
parentfa2fa9692587a431399ce3786f3b1e970b5e244e (diff)
downloadratpoison-cc35f0778f427e43f00d735576e7044514950605.zip
grab top level key bindings asynchronously
Diffstat (limited to 'src/events.c')
-rw-r--r--src/events.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/events.c b/src/events.c
index e52acf4..0e122a2 100644
--- a/src/events.c
+++ b/src/events.c
@@ -433,9 +433,6 @@ handle_key (KeySym ks, unsigned int mod, rp_screen *s)
{
PRINT_DEBUG(("Impossible: No matching key"));
}
-
- /* All keys have been read so now we let the keyboard go. */
- XAllowEvents (dpy, AsyncKeyboard, CurrentTime);
}
static void