From 9aeb9d9fb5e4628ea119f1408f7bd16c96410224 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 8 Jun 2006 10:34:15 +0000 Subject: define vars in proper places and don't leak the entire list of settings --- openbox/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbox/config.h') diff --git a/openbox/config.h b/openbox/config.h index 5abb7d82..29f8d081 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -23,7 +23,6 @@ #include "misc.h" #include "stacking.h" #include "place.h" -#include "per_app_settings.h" #include @@ -129,6 +128,8 @@ extern guint config_submenu_show_delay; extern gboolean config_menu_client_list_icons; /*! User-specified menu files */ extern GSList *config_menu_files; +/*! Per app settings */ +extern GSList *config_per_app_settings; void config_startup(struct _ObParseInst *i); void config_shutdown(); -- cgit v1.2.3