From ffba11aeb059bef0b4876eb6aad2a8a24e2db6f1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 28 Aug 2003 06:32:27 +0000 Subject: load menu plugins automatically from whats in the menu file menu fixups move enabled into the 'normal menu item' specific data stuff --- openbox/plugin.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'openbox/plugin.h') diff --git a/openbox/plugin.h b/openbox/plugin.h index 7ef004bf..989e48f7 100644 --- a/openbox/plugin.h +++ b/openbox/plugin.h @@ -10,9 +10,8 @@ void plugin_loadall(struct _ObParseInst *i); void plugin_startall(); /* default plugin */ -gboolean plugin_open(char *name, struct _ObParseInst *i); /* load a plugin, but don't warn about reopens. for menus */ -gboolean plugin_open_reopen(char *name, struct _ObParseInst *i); -void plugin_close(char *name); +gboolean plugin_open(gchar *name, struct _ObParseInst *i); +void plugin_start(gchar *name); #endif -- cgit v1.2.3