From: Dana Jansens Date: Tue, 25 Mar 2003 21:47:25 +0000 (+0000) Subject: i fucked that one up X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=c8e55b8f09e8f216cfb93295eaefc1793f175aca;p=chaz%2Fopenbox i fucked that one up --- 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;