]> Dogcows Code - chaz/openbox/blobdiff - openbox/mouse.c
pass the context to action_run_mouse
[chaz/openbox] / openbox / mouse.c
index c0fcade49556e090e62b0a9de9db1403376422dc..0fd2a8286e98548c16e53c97990c1bcd048634aa 100644 (file)
@@ -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;
 }
 
This page took 0.019818 seconds and 4 git commands to generate.