diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 14:39:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 14:39:01 +0000 |
| commit | 1eb727064a4ad19c89b55d08d68e8d4b85c0b1d7 (patch) | |
| tree | 3fbad1c117e78ecaeb18945b409e82ac94180e42 /openbox/actions/all.c | |
| parent | cf478381b3e386dc0478403cf1a73b4d3ec6fa61 (diff) | |
add the fullscreen 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 101cc75f..a7295ac7 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -19,4 +19,5 @@ void action_all_startup() action_raiselower_startup(); action_unfocus_startup(); action_iconify_startup(); + action_fullscreen_startup(); } |
