diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-09 07:16:38 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-09 07:16:38 +0000 |
| commit | 8fe0cb8989c1fe12b30b9030b446345f25340d35 (patch) | |
| tree | b6153a2844ff8a1872d53bf0c843f6079db6f8f8 /openbox/keyboard.h | |
| parent | 0f544808b8372a6c8a2cbfae214f2803dd3c6170 (diff) | |
no more interactive mouse actions, they are evil etc. actions now "feel" much more solid. if move/resizing a window while changing workspaces, it will follow.
Diffstat (limited to 'openbox/keyboard.h')
| -rw-r--r-- | openbox/keyboard.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/openbox/keyboard.h b/openbox/keyboard.h index ec51fade..61fe19e0 100644 --- a/openbox/keyboard.h +++ b/openbox/keyboard.h @@ -21,11 +21,8 @@ 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); +gboolean keyboard_process_interactive_grab(const XEvent *e); void keyboard_grab_for_client(struct _ObClient *c, gboolean grab); |
