X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Flayout.c;fp=src%2Flayout.c;h=082c36ed7175a48bfb350d2c3ec506d2fd3d3ce7;hb=ffdbb335ee72a5b5cba198800c5537b89d7755a0;hp=8c8b4be7802b6239d35e951328dbb69528381dfc;hpb=e089e3ba1b7581a93834ce6e74824db95f55389c;p=src%2Fagl-compositor.git diff --git a/src/layout.c b/src/layout.c index 8c8b4be..082c36e 100644 --- a/src/layout.c +++ b/src/layout.c @@ -170,6 +170,12 @@ ivi_layout_init(struct ivi_compositor *ivi, struct ivi_output *output) if (parse_activation_area(t, output) < 0) weston_log("Invalid activation-area \"%s\" for output %s\n", t, output->name); + } else { + weston_log("WARNING: activation-area detected in ini file, " + "but agl_shell override detected!\n"); + if (parse_activation_area(t, output) < 0) + weston_log("Invalid activation-area \"%s\" for output %s\n", + t, output->name); } } free(t);