migration from exec i3bar to bar config: i3 substitutes exec with a bar block, shows nagbar

This commit is contained in:
Michael Stapelberg
2011-10-22 16:33:00 +01:00
parent d7eba46de5
commit 753d67fb64
3 changed files with 59 additions and 5 deletions

View File

@ -35,6 +35,7 @@ extern TAILQ_HEAD(barconfig_head, Barconfig) barconfigs;
*/
struct context {
bool has_errors;
bool has_warnings;
int line_number;
char *line_copy;