rename container functions

This commit is contained in:
Tony Crisci 2018-03-29 16:17:55 -04:00
parent 83d09cf594
commit b90099b4b7
23 changed files with 290 additions and 282 deletions

View file

@ -352,7 +352,7 @@ void ipc_bar_init(struct bar *bar, const char *bar_id) {
}
// add bar to the output
struct output *bar_output = new_output(name);
struct output *bar_output = sway_container_output_create(name);
bar_output->idx = i;
list_add(bar->outputs, bar_output);
}