]> Dogcows Code - chaz/openbox/blobdiff - openbox/keyboard.h
export if an interactive grab is in progress
[chaz/openbox] / openbox / keyboard.h
index 9c29334831461d44f0bcd74c94ec99b6ba59d378..6ea1881d87731de6e7cd32c28dbf2336f69bd74e 100644 (file)
@@ -1,4 +1,4 @@
-/* -*- indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*-
+/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    keyboard.h for the Openbox window manager
    Copyright (c) 2003        Ben Jansens
@@ -34,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();
@@ -42,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.02184 seconds and 4 git commands to generate.