]> Dogcows Code - chaz/openbox/blobdiff - openbox/keyboard.c
add a client destructor to frame.c so it doesn't try to keep flashing a free'd frame
[chaz/openbox] / openbox / keyboard.c
index 7f930f8f574ca55191cb2347c17a4ffd5a78bad7..09b99bcc583c16193e4969934a1e6b44721153fe 100644 (file)
@@ -288,6 +288,11 @@ void keyboard_event(ObClient *client, const XEvent *e)
     }
 }
 
+gboolean keyboard_interactively_grabbed()
+{
+    return !!interactive_states;
+}
+
 void keyboard_startup(gboolean reconfig)
 {
     grab_keys(TRUE);
This page took 0.020817 seconds and 4 git commands to generate.