]> Dogcows Code - chaz/openbox/blobdiff - openbox/keyboard.c
a combined client_list_menu, use as client-list-combined-menu in your rc.xml. needs...
[chaz/openbox] / openbox / keyboard.c
index 3e56125d847892d4ec0b312b2970b6df638ac5ec..f8872938f0cf1a64ed34925400615bf00c1876bf 100644 (file)
@@ -1,6 +1,7 @@
 /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    keyboard.c for the Openbox window manager
+   Copyright (c) 2006        Mikael Magnusson
    Copyright (c) 2003        Ben Jansens
 
    This program is free software; you can redistribute it and/or modify
@@ -287,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.025849 seconds and 4 git commands to generate.