mirror of
https://github.com/swaywm/sway.git
synced 2026-02-23 01:40:27 -05:00
Update for swaywm/wlroots#1126
This commit is contained in:
parent
ebcdce457a
commit
63b4bf5000
85 changed files with 391 additions and 385 deletions
|
|
@ -46,7 +46,7 @@ static void swaybar_output_free(struct swaybar_output *output) {
|
|||
if (!output) {
|
||||
return;
|
||||
}
|
||||
wlr_log(L_DEBUG, "Removing output %s", output->name);
|
||||
wlr_log(WLR_DEBUG, "Removing output %s", output->name);
|
||||
zwlr_layer_surface_v1_destroy(output->layer_surface);
|
||||
wl_surface_destroy(output->surface);
|
||||
wl_output_destroy(output->output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue