diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 05:17:10 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 05:17:10 +0000 |
| commit | d642be361fde438e2b29b7374b4d6465f47ad9e9 (patch) | |
| tree | b52caf5d31c9729f7cee06ce156a72bf4a89d307 /openbox/actions/all.c | |
| parent | bb0fd965c50289c02619113f113927294fa5be23 (diff) | |
add the move action
Diffstat (limited to 'openbox/actions/all.c')
| -rw-r--r-- | openbox/actions/all.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/actions/all.c b/openbox/actions/all.c index e3ad2b15..a65d76b5 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -12,4 +12,6 @@ void action_all_startup() action_cyclewindows_startup(); action_activate_startup(); action_breakchroot_startup(); + action_close_startup(); + action_move_startup(); } |
