projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04970c3
)
always send the exact client to the hook's actions that the hook fired for
author
Dana Jansens
<danakj@orodu.net>
Sat, 1 Mar 2008 05:09:20 +0000
(
00:09
-0500)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 21 Nov 2009 18:56:34 +0000
(13:56 -0500)
openbox/hooks.c
patch
|
blob
|
history
diff --git
a/openbox/hooks.c
b/openbox/hooks.c
index ea46192528155f8120af1815e6c5655df99df92c..7d7f70072972bac13809c133f7188cb306f8c692 100644
(file)
--- 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)