diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-09 08:05:06 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-09 08:05:06 +0000 |
| commit | 3fcba81510c98ac517afbab0ba60ced3d30f202f (patch) | |
| tree | f32a9acf997df20cf0075f7dd33e8875f8a339e4 /openbox/keyboard.h | |
| parent | fbbc4c55ba865fb582f195eab4cdcc63090b0a5b (diff) | |
save teh client for interactive actions cuz after teh keyboard is grabbed there is no client
Diffstat (limited to 'openbox/keyboard.h')
| -rw-r--r-- | openbox/keyboard.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); |
