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/per_app_settings.c | |
| parent | 3c3415d87b3ab0f5b141fa4b122d80ed23616dfd (diff) | |
define vars in proper places and don't leak the entire list of settings
Diffstat (limited to 'openbox/per_app_settings.c')
| -rw-r--r-- | openbox/per_app_settings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/per_app_settings.c b/openbox/per_app_settings.c index 47b2fc0e..c1b728e2 100644 --- a/openbox/per_app_settings.c +++ b/openbox/per_app_settings.c @@ -18,6 +18,7 @@ #include "per_app_settings.h" #include "screen.h" +#include "config.h" GSList *per_app_settings; |
