summaryrefslogtreecommitdiff
path: root/openbox/actions/all.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-22 18:47:30 +0000
committerDana Jansens <danakj@orodu.net>2007-06-22 18:47:30 +0000
commit976add593801af58ae6c5e39fd70e1738878bf93 (patch)
tree166012a1cda46958ffc17bec025135769fb44b27 /openbox/actions/all.c
parent7e6f7fb45466bf6672e295ab155a9697c294410c (diff)
add the resize action
Diffstat (limited to 'openbox/actions/all.c')
-rw-r--r--openbox/actions/all.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/actions/all.c b/openbox/actions/all.c
index b3fd1619..c41c5f85 100644
--- a/openbox/actions/all.c
+++ b/openbox/actions/all.c
@@ -30,4 +30,5 @@ void action_all_startup()
action_omnipresent_startup();
action_directionalcyclewindows_startup();
action_directionaltargetwindow_startup();
+ action_resize_startup();
}