From 5bf68f762b8fc87cf5583b645b948b4fe55f179f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 22 Mar 2003 23:26:43 +0000 Subject: 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. --- openbox/plugin.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/plugin.h') 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); -- cgit v1.2.3