From 1d5fa24e4b92fbd2fc16847612a6825ca08d6567 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 26 Mar 2003 14:39:14 +0000 Subject: use CurrentTime again? --- plugins/keyboard/keyboard.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/keyboard/keyboard.c b/plugins/keyboard/keyboard.c index cf48b2e9..22ea5556 100644 --- a/plugins/keyboard/keyboard.c +++ b/plugins/keyboard/keyboard.c @@ -6,6 +6,7 @@ #include "tree.h" #include "keyboard.h" #include "keysrc.h" +#include "translate.h" #include void plugin_setup_config() @@ -38,7 +39,8 @@ static void reset_chains() if (grabbed) { grabbed = FALSE; grab_keyboard(FALSE); - } + } else + XAllowEvents(ob_display, AsyncKeyboard, CurrentTime); } gboolean kbind(GList *keylist, Action *action) @@ -100,6 +102,7 @@ static void press(ObEvent *e, void *foo) if (!grabbed) { grab_keyboard(TRUE); grabbed = TRUE; + XAllowEvents(ob_display, AsyncKeyboard, CurrentTime); } curpos = p; } else { @@ -119,7 +122,6 @@ static void press(ObEvent *e, void *foo) p = p->next_sibling; } } - XAllowEvents(ob_display, AsyncKeyboard, e->data.x.e->xkey.time); } void plugin_startup() -- cgit v1.2.3