From ec9dd7fdd7531d2ca951a0b812bf8e63b6e9a377 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 28 Aug 2003 17:32:49 +0000 Subject: new method for loading menu files etc --- openbox/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/config.h') 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(); -- cgit v1.2.3