From 227d8b85119d7aa6416b11af56c3ce1f52510f55 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 21 Sep 2003 19:39:06 +0000 Subject: [PATCH] pass the context to action_run_mouse --- openbox/mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.44.0