summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/config.h b/openbox/config.h
index 98a5340b..777d895e 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -72,8 +72,8 @@ gint config_resist_win;
/*! Number of pixels to resist while crossing a screen's edge */
gint config_resist_edge;
-/*! User-specified path to the menu file */
-extern gchar *config_menu_path;
+/*! User-specified menu files */
+extern GSList *config_menu_files;
void config_startup(struct _ObParseInst *i);
void config_shutdown();