comp devices - actually ignore unchanged devices

This commit is contained in:
Carsten Haitzler 2020-11-26 19:02:24 +00:00
parent eeb015c0b9
commit 281675ee3c
1 changed files with 1 additions and 0 deletions

View File

@ -414,6 +414,7 @@ e_comp_x_devices_config_apply(void)
} }
eina_strbuf_free(sbuf); eina_strbuf_free(sbuf);
printf("DEV: CHANGES ... have %i devices, changed=%i\n", num_devs, changed); printf("DEV: CHANGES ... have %i devices, changed=%i\n", num_devs, changed);
if (!changed) return;
for (i = 0; i < num_devs; i++) for (i = 0; i < num_devs; i++)
{ {
const char *name; const char *name;