From 281675ee3c0c017df26cd5e76118b3cfe989f289 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Thu, 26 Nov 2020 19:02:24 +0000 Subject: [PATCH] comp devices - actually ignore unchanged devices --- src/bin/e_comp_x_devices.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_x_devices.c b/src/bin/e_comp_x_devices.c index 1ddc82c77..149cb5d4f 100644 --- a/src/bin/e_comp_x_devices.c +++ b/src/bin/e_comp_x_devices.c @@ -414,6 +414,7 @@ e_comp_x_devices_config_apply(void) } eina_strbuf_free(sbuf); printf("DEV: CHANGES ... have %i devices, changed=%i\n", num_devs, changed); + if (!changed) return; for (i = 0; i < num_devs; i++) { const char *name;