diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 14:41:45 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 14:41:45 +0000 |
| commit | ee6671c3fac371b7d631976953e304e1f761e928 (patch) | |
| tree | 70fadf8aed2c4b0c4ab3950cbf76e6048325e4c3 /openbox/actions/all.c | |
| parent | 1eb727064a4ad19c89b55d08d68e8d4b85c0b1d7 (diff) | |
add maximize 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 a7295ac7..72813e3e 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -20,4 +20,5 @@ void action_all_startup() action_unfocus_startup(); action_iconify_startup(); action_fullscreen_startup(); + action_maximize_startup(); } |
