From 198aab2b713b9a916079b0fd6cf88555d7f3c9b8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 19 May 2007 22:03:12 +0000 Subject: make binding fallback for mouse clicks less restrictive. if you dont have a binding for the same button AND STATE then fallback. --- 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 38e01da8..befe1296 100644 --- a/openbox/mouse.h +++ b/openbox/mouse.h @@ -37,6 +37,6 @@ void mouse_event(struct _ObClient *client, XEvent *e); void mouse_grab_for_client(struct _ObClient *client, gboolean grab); ObFrameContext mouse_button_frame_context(ObFrameContext context, - guint button); + guint button, guint state); #endif -- cgit v1.2.3