always send the exact client to the hook's actions that the hook fired for
This commit is contained in:
parent
dc2e6f6bf7
commit
a1908e0767
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ void hooks_run(ObHook hook, struct _ObClient *client)
|
|||
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)
|
||||
|
|
Loading…
Reference in a new issue