Make get_early_config even earlier

Also improve the management of X Display and session_t.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-02-07 22:29:24 +00:00
parent 2867ac7a1c
commit a019ff453b
5 changed files with 39 additions and 43 deletions

View File

@@ -5,4 +5,4 @@
typedef struct session session_t;
void print_diagnostics(session_t *);
void print_diagnostics(session_t *, const char *config_file);