mirror of
https://github.com/swaywm/sway.git
synced 2025-11-04 13:29:52 -05:00
Address emersions comments on output re-enabling
This commit is contained in:
parent
a1b5b93d29
commit
a0bbe67076
3 changed files with 4 additions and 12 deletions
|
|
@ -262,8 +262,6 @@ static struct sway_container *container_output_destroy(
|
|||
wl_list_remove(&output->sway_output->damage_destroy.link);
|
||||
wl_list_remove(&output->sway_output->damage_frame.link);
|
||||
|
||||
// clear the wlr_output reference to this container
|
||||
output->sway_output->wlr_output->data = NULL;
|
||||
output->sway_output->swayc = NULL;
|
||||
|
||||
wlr_log(L_DEBUG, "OUTPUT: Destroying output '%s'", output->name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue