mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
fix build for latest api
This commit is contained in:
commit
083e11ac7c
8 changed files with 51 additions and 47 deletions
|
|
@ -236,6 +236,8 @@ swayc_t *destroy_output(swayc_t *output) {
|
|||
}
|
||||
}
|
||||
|
||||
wl_list_remove(&output->sway_output->output_destroy.link);
|
||||
|
||||
wlr_log(L_DEBUG, "OUTPUT: Destroying output '%s'", output->name);
|
||||
free_swayc(output);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue