X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fkeyboard.h;h=8a9eb47f965202b65eb0fd95116b3f98a660e0e4;hb=def76092b587e7e9a2b212dc5211773e336525e1;hp=be181bd75c590556195ec07d96d1409a3e8570e8;hpb=087ea0e5cb678d6a2339992c56f83482273fa7d6;p=chaz%2Fopenbox diff --git a/openbox/keyboard.h b/openbox/keyboard.h index be181bd7..8a9eb47f 100644 --- a/openbox/keyboard.h +++ b/openbox/keyboard.h @@ -39,8 +39,8 @@ 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);