From 8fe0cb8989c1fe12b30b9030b446345f25340d35 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 9 Sep 2003 07:16:38 +0000 Subject: 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. --- openbox/mouse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/mouse.h') 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); -- cgit v1.2.3