diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-25 21:47:25 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-25 21:47:25 +0000 |
| commit | c8e55b8f09e8f216cfb93295eaefc1793f175aca (patch) | |
| tree | cc2a2b47f73759f086a467685ebf28c5ac366ab3 /plugins | |
| parent | e8a81e5a05b5488c114b74c4cf79e0870737a44b (diff) | |
i fucked that one up
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/keyboard/keyboard.c | 2 |
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; |
