summaryrefslogtreecommitdiff
path: root/openbox/mouse.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-09 07:16:38 +0000
committerDana Jansens <danakj@orodu.net>2003-09-09 07:16:38 +0000
commit8fe0cb8989c1fe12b30b9030b446345f25340d35 (patch)
treeb6153a2844ff8a1872d53bf0c843f6079db6f8f8 /openbox/mouse.h
parent0f544808b8372a6c8a2cbfae214f2803dd3c6170 (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.h2
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);