all repos — openbox @ a1908e076736e1a618bd305c5963dbfecaa30497

openbox fork - make it a bit more like ryudo

always send the exact client to the hook's actions that the hook fired for
Dana Jansens danakj@orodu.net
commit

a1908e076736e1a618bd305c5963dbfecaa30497

parent

dc2e6f6bf7143a56de360a393b33906735e63625

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

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

@@ -67,7 +67,7 @@ actions_run_acts(hooks[hook],

OB_USER_ACTION_HOOK, 0, -1, -1, 0, OB_FRAME_CONTEXT_NONE, - event_target_client(client)); + client); } void hooks_add(ObHook hook, struct _ObActionsAct *act)