all repos — openbox @ 227d8b85119d7aa6416b11af56c3ce1f52510f55

openbox fork - make it a bit more like ryudo

pass the context to action_run_mouse
Dana Jansens danakj@orodu.net
commit

227d8b85119d7aa6416b11af56c3ce1f52510f55

parent

904327a0c8ef2e1ee6cb3053d786c30f4693d8f3

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/mouse.copenbox/mouse.c

@@ -167,7 +167,7 @@ }

/* 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; }