summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-25 21:47:25 +0000
committerDana Jansens <danakj@orodu.net>2003-03-25 21:47:25 +0000
commitc8e55b8f09e8f216cfb93295eaefc1793f175aca (patch)
treecc2a2b47f73759f086a467685ebf28c5ac366ab3
parente8a81e5a05b5488c114b74c4cf79e0870737a44b (diff)
i fucked that one up
-rw-r--r--plugins/keyboard/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/keyboard/keyboard.c b/plugins/keyboard/keyboard.c
index 6836ca16..30ed5ada 100644
--- a/plugins/keyboard/keyboard.c
+++ b/plugins/keyboard/keyboard.c
@@ -102,9 +102,9 @@ static void press(ObEvent *e, void *foo)
if (!grabbed) {
grab_keyboard(TRUE);
grabbed = TRUE;
- XAllowEvents(ob_display, AsyncKeyboard, CurrentTime);
}
curpos = p;
+ XAllowEvents(ob_display, AsyncKeyboard, CurrentTime);
} else {
if (p->action->func != NULL) {
p->action->data.any.c = focus_client;