summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/openbox/config.h b/openbox/config.h
index fe4fb605..ab1b7493 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -6,6 +6,8 @@
#include <glib.h>
+struct _ObParseInst;
+
/*! Should new windows be focused */
extern gboolean config_focus_new;
/*! Focus windows when the mouse enters them */
@@ -65,7 +67,10 @@ extern gint config_mouse_threshold;
double-click */
extern gint config_mouse_dclicktime;
-void config_startup();
+/*! User-specified path to the menu file */
+extern gchar *config_menu_path;
+
+void config_startup(struct _ObParseInst *i);
void config_shutdown();
#endif