all repos — openbox @ 34bff2d25507d70d3ff92bf01ebfdb0c78be125e

openbox fork - make it a bit more like ryudo

whitespace
Dana Jansens danakj@orodu.net
commit

34bff2d25507d70d3ff92bf01ebfdb0c78be125e

parent

0aa7f70d91245d4a523c625d978063675ffc3ac7

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M openbox/action.hopenbox/action.h

@@ -191,10 +191,10 @@ #define action_run_interactive(a, c, s, n, d) \

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);