whitespace
This commit is contained in:
parent
0aa7f70d91
commit
34bff2d255
1 changed files with 2 additions and 2 deletions
|
@ -191,10 +191,10 @@ void action_run_list(GSList *acts, struct _ObClient *c,
|
||||||
action_run_list(a, c, s, 0, -1, -1, n, d)
|
action_run_list(a, c, s, 0, -1, -1, n, d)
|
||||||
|
|
||||||
#define action_run_key(a, c, s, x, y) \
|
#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) \
|
#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 */
|
/* Execute */
|
||||||
void action_execute(union ActionData *data);
|
void action_execute(union ActionData *data);
|
||||||
|
|
Loading…
Reference in a new issue