diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-23 14:42:06 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-23 14:42:06 +0000 |
| commit | b963ed3a92ac0c8980618531fccdaf81613595b3 (patch) | |
| tree | e4bd5413a0e2d474408e328348eef0d242f9f6c2 /openbox/actions/all.c | |
| parent | 74aa6fe7cce662817ea4bca516d24d6d8d1e9a9b (diff) | |
add the adddesktop and removedesktop actions
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 5610a487..4e351817 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -35,4 +35,5 @@ void action_all_startup() action_desktop_startup(); action_directionaldesktop_startup(); action_resizerelative_startup(); + action_addremovedesktop_startup(); } |
