pass the context to action_run_mouse
This commit is contained in:
parent
904327a0c8
commit
227d8b8511
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ static gboolean fire_binding(ObMouseAction a, ObFrameContext context,
|
||||||
/* if not bound, then nothing to do! */
|
/* if not bound, then nothing to do! */
|
||||||
if (it == NULL) return FALSE;
|
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;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue