Merge pull request #3460 from emersion/output-enable-segfault

Fix segfault in output_enable
master
Drew DeVault 6 years ago committed by GitHub
commit 60220fcecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -228,6 +228,7 @@ void output_disable(struct sway_output *output) {
list_del(root->outputs, index); list_del(root->outputs, index);
output->enabled = false; output->enabled = false;
output->configured = false;
arrange_root(); arrange_root();
} }

Loading…
Cancel
Save