X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fkeyboard.h;h=1674cf92bf3470fb0ef6fc5d503e23999c437889;hb=985e7dadf9a3ebf4bd265d955c3198e96405e5d2;hp=1dfff6548e5e563b91e09e68fd28cf0d77382934;hpb=314c0566371d83305d723c883884555a24cc0ad8;p=chaz%2Fopenbox diff --git a/openbox/keyboard.h b/openbox/keyboard.h index 1dfff654..1674cf92 100644 --- a/openbox/keyboard.h +++ b/openbox/keyboard.h @@ -34,21 +34,15 @@ extern KeyBindingTree *keyboard_firstnode; void keyboard_startup(gboolean reconfig); void keyboard_shutdown(gboolean reconfig); +void keyboard_rebind(void); + void keyboard_chroot(GList *keylist); gboolean keyboard_bind(GList *keylist, struct _ObActionsAct *action); -void keyboard_unbind_all(); +void keyboard_unbind_all(void); void keyboard_event(struct _ObClient *client, const XEvent *e); /*! @param break_chroots how many chroots to break. -1 means to break them ALL! */ void keyboard_reset_chains(gint break_chroots); -gboolean keyboard_interactive_grab(guint state, struct _ObClient *client, - struct _ObActionsAct *action); -gboolean keyboard_process_interactive_grab(const XEvent *e, - struct _ObClient **client); -gboolean keyboard_interactively_grabbed(); - -void keyboard_interactive_cancel(); - #endif