don't try applying randr settings when there's no outputs, this doesn't do anything

This commit is contained in:
discomfitor 2013-10-17 08:35:27 +01:00
parent 2eeb5fe129
commit d5675fd705
1 changed files with 1 additions and 0 deletions

View File

@ -495,6 +495,7 @@ _e_randr_config_restore(void)
/* append to the list of valid outputs */
valid = eina_list_append(valid, output_cfg);
}
if (!valid) continue;
count = eina_list_count(valid);