]> Dogcows Code - chaz/openbox/blobdiff - openbox/keyboard.c
export if an interactive grab is in progress
[chaz/openbox] / openbox / keyboard.c
index 7a74b427c9e3fda3a63dfa57780912f201189c6a..1499421353597377dff61036373fef075a0eac3f 100644 (file)
@@ -155,6 +155,11 @@ 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)
 {
This page took 0.020516 seconds and 4 git commands to generate.