Remove output from layout

This commit is contained in:
emersion 2017-12-09 15:48:52 +01:00
parent 8764dc26c6
commit 4a14aa9ad9
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 7 additions and 2 deletions

View file

@ -227,7 +227,7 @@ struct cmd_results *cmd_output(int argc, char **argv) {
if (output->name) {
// Try to find the output container and apply configuration now. If
// this is during startup then there will be no container and config
// will be applied during normal "new output" event from wlc.
// will be applied during normal "new output" event from wlroots.
swayc_t *cont = NULL;
for (int i = 0; i < root_container.children->length; ++i) {
cont = root_container.children->items[i];