summaryrefslogtreecommitdiff
path: root/openbox/actions/all.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-23 14:44:58 +0000
committerDana Jansens <danakj@orodu.net>2007-06-23 14:44:58 +0000
commitca28e08c2f47dec4e30f54c3ef64376a6246fbf9 (patch)
treead9874aac0be99b2059c82fde6113a6cb98c6a68 /openbox/actions/all.c
parentb963ed3a92ac0c8980618531fccdaf81613595b3 (diff)
add dockautohide action
Diffstat (limited to 'openbox/actions/all.c')
-rw-r--r--openbox/actions/all.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/actions/all.c b/openbox/actions/all.c
index 4e351817..ea81882b 100644
--- a/openbox/actions/all.c
+++ b/openbox/actions/all.c
@@ -36,4 +36,5 @@ void action_all_startup()
action_directionaldesktop_startup();
action_resizerelative_startup();
action_addremovedesktop_startup();
+ action_dockautohide_startup();
}