summaryrefslogtreecommitdiff
path: root/openbox/plugin.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-22 23:26:43 +0000
committerDana Jansens <danakj@orodu.net>2003-03-22 23:26:43 +0000
commit5bf68f762b8fc87cf5583b645b948b4fe55f179f (patch)
tree9fd2db21c6fe08bc9433574dc429744f2966a79b /openbox/plugin.h
parent4cc0d9b72d4bb084e6736c60319fd8e2ab92ef6a (diff)
make the openbox engine use the new config shit instead of the themerc shit.
order te startup so that plugins can set up their config shit before parsing the config, then the config is parsed, engine is loaded, and finally the plugins are officially started.
Diffstat (limited to 'openbox/plugin.h')
-rw-r--r--openbox/plugin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/plugin.h b/openbox/plugin.h
index d5cb2f6f..8595fbac 100644
--- a/openbox/plugin.h
+++ b/openbox/plugin.h
@@ -4,6 +4,9 @@
void plugin_startup();
void plugin_shutdown();
+void plugin_loadall();
+void plugin_startall();
+
gboolean plugin_open(char *name);
void plugin_close(char *name);