mirror of
https://github.com/swaywm/sway.git
synced 2025-11-12 13:29:56 -05:00
Render layer surfaces and respect exclusive zone
This commit is contained in:
parent
0c8a64942e
commit
68cfa7ef67
9 changed files with 320 additions and 33 deletions
|
|
@ -254,7 +254,9 @@ swayc_t *destroy_output(swayc_t *output) {
|
|||
}
|
||||
}
|
||||
|
||||
wl_list_remove(&output->sway_output->output_destroy.link);
|
||||
wl_list_remove(&output->sway_output->frame.link);
|
||||
wl_list_remove(&output->sway_output->destroy.link);
|
||||
wl_list_remove(&output->sway_output->mode.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