]> Dogcows Code - chaz/openbox/commitdiff
pass the context to action_run_mouse
authorDana Jansens <danakj@orodu.net>
Sun, 21 Sep 2003 19:39:06 +0000 (19:39 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 21 Sep 2003 19:39:06 +0000 (19:39 +0000)
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.023345 seconds and 4 git commands to generate.