summaryrefslogtreecommitdiff
path: root/openbox/actions/all.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-22 03:40:01 +0000
committerDana Jansens <danakj@orodu.net>2007-06-22 03:40:01 +0000
commitb76ec18d1c8857cf32598c822364298fc535c84e (patch)
tree93fc460b4e7eb63d47ed475e19c810c71a8d119f /openbox/actions/all.h
parent780d1b0961e2eed5fea4645b4398fafb4adad73a (diff)
the execute action works again.
default hardcoded bindings are temporarily offline
Diffstat (limited to 'openbox/actions/all.h')
-rw-r--r--openbox/actions/all.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/openbox/actions/all.h b/openbox/actions/all.h
new file mode 100644
index 00000000..599c29fc
--- /dev/null
+++ b/openbox/actions/all.h
@@ -0,0 +1,8 @@
+#ifndef __actions_all_h
+#define __actions_all_h
+
+void action_all_startup();
+
+void action_execute_startup();
+
+#endif