]> Dogcows Code - chaz/openbox/blobdiff - openbox/keyboard.h
export if an interactive grab is in progress
[chaz/openbox] / openbox / keyboard.h
index cf190d4514b6611dc839470290c1018c9f898c31..6ea1881d87731de6e7cd32c28dbf2336f69bd74e 100644 (file)
@@ -1,3 +1,21 @@
+/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
+
+   keyboard.h for the Openbox window manager
+   Copyright (c) 2003        Ben Jansens
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   See the COPYING file for a copy of the GNU General Public License.
+*/
+
 #ifndef ob__keybaord_h
 #define ob__keybaord_h
 
@@ -16,6 +34,7 @@ void keyboard_startup(gboolean reconfig);
 void keyboard_shutdown(gboolean reconfig);
 
 gboolean keyboard_bind(GList *keylist, ObAction *action);
+void keyboard_unbind_all();
 
 void keyboard_event(struct _ObClient *client, const XEvent *e);
 void keyboard_reset_chains();
@@ -24,6 +43,7 @@ void keyboard_interactive_grab(guint state, struct _ObClient *client,
                                struct _ObAction *action);
 gboolean keyboard_process_interactive_grab(const XEvent *e,
                                            struct _ObClient **client);
+gboolean keyboard_interactive_grab_in_progress();
 
 void keyboard_grab_for_client(struct _ObClient *c, gboolean grab);
 
This page took 0.022289 seconds and 4 git commands to generate.