diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 03:40:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 03:40:01 +0000 |
| commit | b76ec18d1c8857cf32598c822364298fc535c84e (patch) | |
| tree | 93fc460b4e7eb63d47ed475e19c810c71a8d119f /openbox/actions/all.c | |
| parent | 780d1b0961e2eed5fea4645b4398fafb4adad73a (diff) | |
the execute action works again.
default hardcoded bindings are temporarily offline
Diffstat (limited to 'openbox/actions/all.c')
| -rw-r--r-- | openbox/actions/all.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openbox/actions/all.c b/openbox/actions/all.c new file mode 100644 index 00000000..7c0b253e --- /dev/null +++ b/openbox/actions/all.c @@ -0,0 +1,6 @@ +#include "all.h" + +void action_all_startup() +{ + action_execute_startup(); +} |
