summaryrefslogtreecommitdiff
path: root/openbox/actions/all.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-22 14:35:51 +0000
committerDana Jansens <danakj@orodu.net>2007-06-22 14:35:51 +0000
commitcf478381b3e386dc0478403cf1a73b4d3ec6fa61 (patch)
tree00ae93df5b681333f375c13e48c89f304d943ea7 /openbox/actions/all.c
parentb0fa629769ef17cae28f137aad80f8c4798f7592 (diff)
add the iconify 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 3b1fb5fe..101cc75f 100644
--- a/openbox/actions/all.c
+++ b/openbox/actions/all.c
@@ -18,4 +18,5 @@ void action_all_startup()
action_lower_startup();
action_raiselower_startup();
action_unfocus_startup();
+ action_iconify_startup();
}