diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-06-08 10:34:15 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-06-08 10:34:15 +0000 |
| commit | 9aeb9d9fb5e4628ea119f1408f7bd16c96410224 (patch) | |
| tree | 812b70d19bfd9d9d9611fb0ece464bd3f557f2bf /openbox/config.h | |
| parent | 3c3415d87b3ab0f5b141fa4b122d80ed23616dfd (diff) | |
define vars in proper places and don't leak the entire list of settings
Diffstat (limited to 'openbox/config.h')
| -rw-r--r-- | openbox/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <glib.h> @@ -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(); |
