From 1045079482453424f8320de99639390e3020eb72 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 12 Aug 2003 19:18:21 +0000 Subject: adjust for changes to the parsing api. split the menu into its own file. --- openbox/config.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'openbox/config.h') 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 +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 -- cgit v1.2.3