]> Dogcows Code - chaz/openbox/blobdiff - openbox/keyboard.h
disable the "Go there" menu entry when its the current desktop
[chaz/openbox] / openbox / keyboard.h
index 95181065c9ef5a34d0b478f28cdcb0cc519adc9f..8a9eb47f965202b65eb0fd95116b3f98a660e0e4 100644 (file)
@@ -34,12 +34,13 @@ 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();
 
-void keyboard_interactive_grab(guint state, struct _ObClient *client,
-                               struct _ObAction *action);
+gboolean keyboard_interactive_grab(guint state, struct _ObClient *client,
+                                   struct _ObAction *action);
 gboolean keyboard_process_interactive_grab(const XEvent *e,
                                            struct _ObClient **client);
 
This page took 0.025721 seconds and 4 git commands to generate.