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:
0aa7f70
)
whitespace
author
Dana Jansens
<danakj@orodu.net>
Sun, 21 Sep 2003 17:12:59 +0000
(17:12 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 21 Sep 2003 17:12:59 +0000
(17:12 +0000)
openbox/action.h
patch
|
blob
|
history
diff --git
a/openbox/action.h
b/openbox/action.h
index c88ad85f7156bb7dec2c6ffc655b5cd8ae51f695..1cd8f42faef1a7436616616e68d48d2434fad54b 100644
(file)
--- a/
openbox/action.h
+++ b/
openbox/action.h
@@
-191,10
+191,10
@@
void action_run_list(GSList *acts, struct _ObClient *c,
action_run_list(a, c, s, 0, -1, -1, n, d)
#define action_run_key(a, c, s, x, y) \
- action_run_list(a, c, s, 0, x, y, FALSE,FALSE)
+ action_run_list(a, c, s, 0, x, y, FALSE,
FALSE)
#define action_run(a, c, s) \
- action_run_list(a, c, s, 0, -1, -1, FALSE,FALSE)
+ action_run_list(a, c, s, 0, -1, -1, FALSE,
FALSE)
/* Execute */
void action_execute(union ActionData *data);