diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-29 23:34:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-29 23:34:14 -0400 |
commit | 472e81f35d689d67cda241acafda91c688d61046 (patch) | |
tree | b8b52173a9791e3b13a0316ab9d316a80a6adc20 /swaybar | |
parent | 6b7841b11ff4cd35f54d69dc92029855893e5ce0 (diff) | |
parent | d0c7f66e950689b70196a890b62b82ff3c66e103 (diff) |
Merge pull request #1653 from swaywm/revert-1647-refactor-tree
Revert "Refactor tree"
Diffstat (limited to 'swaybar')
-rw-r--r-- | swaybar/ipc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybar/ipc.c b/swaybar/ipc.c index 2d2b3b69..93d1219c 100644 --- a/swaybar/ipc.c +++ b/swaybar/ipc.c @@ -352,7 +352,7 @@ void ipc_bar_init(struct bar *bar, const char *bar_id) { } // add bar to the output - struct output *bar_output = container_output_create(name); + struct output *bar_output = new_output(name); bar_output->idx = i; list_add(bar->outputs, bar_output); } |