summaryrefslogtreecommitdiff
path: root/openbox/actions/all.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-22 14:32:50 +0000
committerDana Jansens <danakj@orodu.net>2007-06-22 14:32:50 +0000
commitb0fa629769ef17cae28f137aad80f8c4798f7592 (patch)
treefa46c6b63a4ebe1081cb25e9cc525f2b0b5951fa /openbox/actions/all.c
parenta5c2aadf2778d6ab4105abd457cd2ab21a1172ec (diff)
add the unfocus 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 c4edc5c3..3b1fb5fe 100644
--- a/openbox/actions/all.c
+++ b/openbox/actions/all.c
@@ -17,4 +17,5 @@ void action_all_startup()
action_raise_startup();
action_lower_startup();
action_raiselower_startup();
+ action_unfocus_startup();
}