summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-21 19:39:06 +0000
committerDana Jansens <danakj@orodu.net>2003-09-21 19:39:06 +0000
commit227d8b85119d7aa6416b11af56c3ce1f52510f55 (patch)
treed9b028693602105c1639f513e630f9cab6a8dc20
parent904327a0c8ef2e1ee6cb3053d786c30f4693d8f3 (diff)
pass the context to action_run_mouse
-rw-r--r--openbox/mouse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/mouse.c b/openbox/mouse.c
index c0fcade4..0fd2a828 100644
--- a/openbox/mouse.c
+++ b/openbox/mouse.c
@@ -167,7 +167,7 @@ static gboolean fire_binding(ObMouseAction a, ObFrameContext context,
/* if not bound, then nothing to do! */
if (it == NULL) return FALSE;
- action_run_mouse(b->actions[a], c, state, button, x, y);
+ action_run_mouse(b->actions[a], c, context, state, button, x, y);
return TRUE;
}