diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 14:32:50 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 14:32:50 +0000 |
| commit | b0fa629769ef17cae28f137aad80f8c4798f7592 (patch) | |
| tree | fa46c6b63a4ebe1081cb25e9cc525f2b0b5951fa /openbox/actions/all.c | |
| parent | a5c2aadf2778d6ab4105abd457cd2ab21a1172ec (diff) | |
add the unfocus action
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 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(); } |
