Fix segfault in output_enable

master
emersion 6 years ago
parent dd4a6586b2
commit 6ff54d0640
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48

@ -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…
Cancel
Save