mirror of
https://github.com/swaywm/sway.git
synced 2025-11-13 13:29:49 -05:00
more renaming things
This commit is contained in:
parent
b90099b4b7
commit
eca029f218
16 changed files with 115 additions and 118 deletions
|
|
@ -352,7 +352,7 @@ void ipc_bar_init(struct bar *bar, const char *bar_id) {
|
|||
}
|
||||
|
||||
// add bar to the output
|
||||
struct output *bar_output = sway_container_output_create(name);
|
||||
struct output *bar_output = container_output_create(name);
|
||||
bar_output->idx = i;
|
||||
list_add(bar->outputs, bar_output);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue