summaryrefslogtreecommitdiff
path: root/openbox/hooks.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-03-01 00:09:20 -0500
committerDana Jansens <danakj@orodu.net>2008-03-01 00:09:20 -0500
commita1908e076736e1a618bd305c5963dbfecaa30497 (patch)
tree711a7d0deb8b4cd4911d27596b5a74bd28041112 /openbox/hooks.c
parentdc2e6f6bf7143a56de360a393b33906735e63625 (diff)
always send the exact client to the hook's actions that the hook fired for
Diffstat (limited to 'openbox/hooks.c')
-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)