diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-03-01 00:09:20 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-03-01 00:09:20 -0500 |
| commit | a1908e076736e1a618bd305c5963dbfecaa30497 (patch) | |
| tree | 711a7d0deb8b4cd4911d27596b5a74bd28041112 | |
| parent | dc2e6f6bf7143a56de360a393b33906735e63625 (diff) | |
always send the exact client to the hook's actions that the hook fired for
| -rw-r--r-- | openbox/hooks.c | 2 |
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) |
