bar: allow explicit backend selection

This commit is contained in:
Daniel Eklöf 2019-05-11 10:43:14 +02:00
parent 586cb8a0dd
commit 473802cab8
3 changed files with 53 additions and 18 deletions

View file

@ -176,6 +176,8 @@ conf_to_bar(const struct yml_node *bar)
struct bar_config conf = {0};
conf.backend = BAR_BACKEND_AUTO;
/*
* Required attributes
*/