mirror of
https://github.com/swaywm/sway.git
synced 2024-11-17 21:49:16 +00:00
Merge pull request #3460 from emersion/output-enable-segfault
Fix segfault in output_enable
This commit is contained in:
commit
60220fcecd
|
@ -228,6 +228,7 @@ void output_disable(struct sway_output *output) {
|
|||
list_del(root->outputs, index);
|
||||
|
||||
output->enabled = false;
|
||||
output->configured = false;
|
||||
|
||||
arrange_root();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue