summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-28 17:32:49 +0000
committerDana Jansens <danakj@orodu.net>2003-08-28 17:32:49 +0000
commitec9dd7fdd7531d2ca951a0b812bf8e63b6e9a377 (patch)
tree416dba2692ec7ef0605a60b6fc032faca4605d00 /openbox/config.h
parentfb035e4b0f91fa68a833f681f1f7bd7c71325bdb (diff)
new method for loading menu files etc
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();