Handle saved_configpath in get_config_path, fix memleak in current_configpath handling, update atoms after reloading (Thanks fernandotcl)

This commit is contained in:
Michael Stapelberg
2011-03-19 22:26:15 +01:00
parent 626c65b0d8
commit b342d387a8
6 changed files with 79 additions and 66 deletions

View File

@ -22,7 +22,7 @@
#include "i3.h"
typedef struct Config Config;
extern const char *current_configpath;
extern char *current_configpath;
extern Config config;
extern SLIST_HEAD(modes_head, Mode) modes;