X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fkeyboard.h;h=cf190d4514b6611dc839470290c1018c9f898c31;hb=d193fc4a3df76815dc5835941d7b11ee9a79afe6;hp=aa171221d49a582d1ba94706436c3792c51d5bc1;hpb=c90da6da781932c2d178bfb7e39ec1d5003543b7;p=chaz%2Fopenbox diff --git a/openbox/keyboard.h b/openbox/keyboard.h index aa171221..cf190d45 100644 --- a/openbox/keyboard.h +++ b/openbox/keyboard.h @@ -12,8 +12,8 @@ struct _ObAction; extern KeyBindingTree *keyboard_firstnode; -void keyboard_startup(); -void keyboard_shutdown(); +void keyboard_startup(gboolean reconfig); +void keyboard_shutdown(gboolean reconfig); gboolean keyboard_bind(GList *keylist, ObAction *action); @@ -21,11 +21,9 @@ void keyboard_event(struct _ObClient *client, const XEvent *e); void keyboard_reset_chains(); void keyboard_interactive_grab(guint state, struct _ObClient *client, - ObFrameContext context, struct _ObAction *action); gboolean keyboard_process_interactive_grab(const XEvent *e, - struct _ObClient **client, - ObFrameContext *context); + struct _ObClient **client); void keyboard_grab_for_client(struct _ObClient *c, gboolean grab);