From a1908e076736e1a618bd305c5963dbfecaa30497 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 1 Mar 2008 00:09:20 -0500 Subject: [PATCH] always send the exact client to the hook's actions that the hook fired for --- openbox/hooks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/hooks.c b/openbox/hooks.c index ea46192..7d7f700 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) -- 1.9.1