summaryrefslogtreecommitdiff
path: root/openbox/mouse.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-19 22:03:12 +0000
committerDana Jansens <danakj@orodu.net>2007-05-19 22:03:12 +0000
commit198aab2b713b9a916079b0fd6cf88555d7f3c9b8 (patch)
treeaf702e7f4652ba6783e748ba6f41215aa2be2571 /openbox/mouse.h
parented4d0ca31a9c1c6c815cb87a058bb1d36a0888c1 (diff)
make binding fallback for mouse clicks less restrictive. if you dont have a binding for the same button AND STATE then fallback.
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 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