]> Dogcows Code - chaz/openbox/blobdiff - openbox/keyboard.c
indenting
[chaz/openbox] / openbox / keyboard.c
index 1499421353597377dff61036373fef075a0eac3f..f0614eff9359ac7ffba87de305f0938b1be236b4 100644 (file)
@@ -155,11 +155,6 @@ gboolean keyboard_bind(GList *keylist, ObAction *action)
     return TRUE;
 }
 
-gboolean keyboard_interactive_grab_in_progress()
-{
-    return interactive_states != NULL;
-}
-
 void keyboard_interactive_grab(guint state, ObClient *client,
                                ObAction *action)
 {
@@ -216,7 +211,7 @@ void keyboard_interactive_end_client(gpointer data)
         next = g_slist_next(it);
 
         if (s->client == c)
-            keyboard_interactive_end(s, 0, FALSE);
+            s->client = NULL;
     }
 }
 
This page took 0.02365 seconds and 4 git commands to generate.