summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/hooks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/hooks.c b/openbox/hooks.c
index ea461925..7d7f7007 100644
--- a/openbox/hooks.c
+++ b/openbox/hooks.c
@@ -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)