diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-21 17:12:22 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-21 17:12:22 +0000 |
| commit | 0aa7f70d91245d4a523c625d978063675ffc3ac7 (patch) | |
| tree | e6b18dabc0a10c798667c64f8b4efe5dc72cee3f /openbox/keyboard.c | |
| parent | 5f5160b40c89c28a7e86dc66c08d1788bb6b0f1d (diff) | |
export if an interactive grab is in progress
Diffstat (limited to 'openbox/keyboard.c')
| -rw-r--r-- | openbox/keyboard.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openbox/keyboard.c b/openbox/keyboard.c index 7a74b427..14994213 100644 --- a/openbox/keyboard.c +++ b/openbox/keyboard.c @@ -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) { |
