diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 18:47:30 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 18:47:30 +0000 |
| commit | 976add593801af58ae6c5e39fd70e1738878bf93 (patch) | |
| tree | 166012a1cda46958ffc17bec025135769fb44b27 /openbox/actions/all.c | |
| parent | 7e6f7fb45466bf6672e295ab155a9697c294410c (diff) | |
add the resize 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 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(); } |
