diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 15:39:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 15:39:20 +0000 |
| commit | d468f85300f2ec00daa08754f8e782c75a1f8590 (patch) | |
| tree | 5c2f9e6354d1a337878149c83c030c755a8e1e8d /openbox/actions/all.c | |
| parent | 597c9c9321b6f96250da0891be98d41c7ac2c109 (diff) | |
add max horz/vert actions. add toggle/on/off ability to all the maximize actions.
add shade action.
Diffstat (limited to 'openbox/actions/all.c')
| -rw-r--r-- | openbox/actions/all.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/actions/all.c b/openbox/actions/all.c index cbd9f137..64587f46 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -21,6 +21,9 @@ void action_all_startup() action_iconify_startup(); action_fullscreen_startup(); action_maximize_startup(); + action_maximizehorizontal_startup(); + action_maximizevertical_startup(); action_moveto_startup(); action_moverelative_startup(); + action_shade_startup(); } |
