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.h | |
| parent | bb0fd965c50289c02619113f113927294fa5be23 (diff) | |
add the move action
Diffstat (limited to 'openbox/actions/all.h')
| -rw-r--r-- | openbox/actions/all.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/actions/all.h b/openbox/actions/all.h index 5db2e55d..fa252492 100644 --- a/openbox/actions/all.h +++ b/openbox/actions/all.h @@ -13,5 +13,7 @@ void action_restart_startup(); void action_cyclewindows_startup(); void action_activate_startup(); void action_breakchroot_startup(); +void action_close_startup(); +void action_move_startup(); #endif |
