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/mouse.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/mouse.h')
| -rw-r--r-- | openbox/mouse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/mouse.h b/openbox/mouse.h index 31ce40fe..deba7ed2 100644 --- a/openbox/mouse.h +++ b/openbox/mouse.h @@ -13,7 +13,7 @@ void mouse_shutdown(gboolean reconfig); gboolean mouse_bind(char *buttonstr, char *contextstr, ObMouseAction mact, ObAction *action); -void mouse_event(struct _ObClient *client, ObFrameContext context, XEvent *e); +void mouse_event(struct _ObClient *client, XEvent *e); void mouse_grab_for_client(struct _ObClient *client, gboolean grab); |
