From 3fcba81510c98ac517afbab0ba60ced3d30f202f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 9 Sep 2003 08:05:06 +0000 Subject: save teh client for interactive actions cuz after teh keyboard is grabbed there is no client --- openbox/keyboard.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbox/keyboard.h') diff --git a/openbox/keyboard.h b/openbox/keyboard.h index 61fe19e0..cf190d45 100644 --- a/openbox/keyboard.h +++ b/openbox/keyboard.h @@ -22,7 +22,8 @@ void keyboard_reset_chains(); void keyboard_interactive_grab(guint state, struct _ObClient *client, struct _ObAction *action); -gboolean keyboard_process_interactive_grab(const XEvent *e); +gboolean keyboard_process_interactive_grab(const XEvent *e, + struct _ObClient **client); void keyboard_grab_for_client(struct _ObClient *c, gboolean grab); -- cgit v1.2.3