summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-22 15:39:20 +0000
committerDana Jansens <danakj@orodu.net>2007-06-22 15:39:20 +0000
commitd468f85300f2ec00daa08754f8e782c75a1f8590 (patch)
tree5c2f9e6354d1a337878149c83c030c755a8e1e8d /Makefile.am
parent597c9c9321b6f96250da0891be98d41c7ac2c109 (diff)
add max horz/vert actions. add toggle/on/off ability to all the maximize actions.
add shade action.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 82cdfed3..a63af6c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -167,6 +167,8 @@ openbox_openbox_SOURCES = \
openbox/actions/iconify.c \
openbox/actions/lower.c \
openbox/actions/maximize.c \
+ openbox/actions/maximizehorizontal.c \
+ openbox/actions/maximizevertical.c \
openbox/actions/move.c \
openbox/actions/moverelative.c \
openbox/actions/moveto.c \
@@ -174,6 +176,7 @@ openbox_openbox_SOURCES = \
openbox/actions/raiselower.c \
openbox/actions/reconfigure.c \
openbox/actions/restart.c \
+ openbox/actions/shade.c \
openbox/actions/showdesktop.c \
openbox/actions/showmenu.c \
openbox/actions/unfocus.c \