mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
output destroy
This commit is contained in:
parent
06c71f115b
commit
7dfbf06de9
5 changed files with 15 additions and 15 deletions
|
|
@ -235,6 +235,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