Make the barconfig list a TAILQ

This commit is contained in:
Michael Stapelberg
2011-10-18 22:11:27 +01:00
parent 24ede1c834
commit c2c6ca25d5
3 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
char *current_configpath = NULL;
Config config;
struct modes_head modes;
struct barconfig_head barconfigs;
struct barconfig_head barconfigs = TAILQ_HEAD_INITIALIZER(barconfigs);
/**
* Ungrabs all keys, to be called before re-grabbing the keys because of a