From d468f85300f2ec00daa08754f8e782c75a1f8590 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 22 Jun 2007 15:39:20 +0000 Subject: add max horz/vert actions. add toggle/on/off ability to all the maximize actions. add shade action. --- openbox/actions/all.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/actions/all.c') 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(); } -- cgit v1.2.3