INF("E_OUTPUT: disconnected.. id: %s", output->id);
}
+ /* the index of the tdm_output is higher, the tdm_output is important.
+ the priority of the e_output is higher, the e_output is more important. */
+ output->config.priority = 100 - output->index;
+
return EINA_TRUE;
}
output->config.mode.h = mode->h;
output->config.mode.refresh = mode->refresh;
- /* the index of the tdm_output is higher, the tdm_output is important.
- the priority of the e_output is higher, the e_output is more important. */
- output->config.priority = 100 - output->index;
-
output->config.enabled = 1;
INF("E_OUTPUT: '%s' %i %i %ix%i %i %i", output->info.name,