Use a reasonable default sep_block_width if a separator_symbol is given

This commit is contained in:
Ingo Bürk
2015-04-03 22:54:59 +02:00
committed by Michael Stapelberg
parent 483a51a2f2
commit 40b9048102
4 changed files with 8 additions and 6 deletions

View File

@ -44,6 +44,9 @@ struct xcb_color_strings_t {
typedef struct xcb_colors_t xcb_colors_t;
/* Cached width of the custom separator if one was set */
int separator_symbol_width;
/*
* Early initialization of the connection to X11: Everything which does not
* depend on 'config'.