diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 15:26:12 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 15:26:12 +0000 |
| commit | 597c9c9321b6f96250da0891be98d41c7ac2c109 (patch) | |
| tree | dfab6cba7c5e8c24cb5b41e9f6edffcc8d826ea2 /openbox/actions/all.c | |
| parent | 1e6c375fdd1d10ba0b019505436069d21c751945 (diff) | |
add moverelative action
Diffstat (limited to 'openbox/actions/all.c')
| -rw-r--r-- | openbox/actions/all.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/actions/all.c b/openbox/actions/all.c index e6f5ab06..cbd9f137 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -22,4 +22,5 @@ void action_all_startup() action_fullscreen_startup(); action_maximize_startup(); action_moveto_startup(); + action_moverelative_startup(); } |
