This commit is contained in:
Drew DeVault 2015-11-19 20:04:03 -05:00
parent 35fd139105
commit 2100d7bfef
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ void apply_output_config(struct output_config *oc, swayc_t *output) {
output->x = x;
}
if (oc->background) {
if (oc && oc->background) {
int i;
for (i = 0; i < root_container.children->length; ++i) {
if (root_container.children->items[i] == output) {