]> Dogcows Code - chaz/openbox/blobdiff - plugins/keyboard/keyboard.c
check for no client
[chaz/openbox] / plugins / keyboard / keyboard.c
index 4fa6a8ed4d51ab00d36ee8a550d4beca612d6e52..30ed5adaac3e256145c509216bdb1ced071ddbe8 100644 (file)
@@ -7,6 +7,10 @@
 #include "keyboard.h"
 #include <glib.h>
 
+void plugin_setup_config()
+{
+}
+
 KeyBindingTree *firstnode;
 
 static KeyBindingTree *curpos;
@@ -98,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;
This page took 0.021038 seconds and 4 git commands to generate.