From: Marius Vlad Date: Tue, 2 Jun 2020 15:17:30 +0000 (+0300) Subject: main: Retrieve the agl-shell-app-id from the config file X-Git-Tag: 9.99.1~18 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=9af061296dbe0eb542567d0eb991474948933e27;p=src%2Fagl-compositor.git main: Retrieve the agl-shell-app-id from the config file Just like local outputs, use the agl-shell-app-id specified in the 'remote-output' section to assign that output to the specific application id. Bug-AGL: SPEC-3280 Signed-off-by: Marius Vlad Change-Id: I43ba74889b8ea529ab9ec0ebdf8a8dd56762cc40 --- diff --git a/src/main.c b/src/main.c index 84cb980..2571d17 100644 --- a/src/main.c +++ b/src/main.c @@ -731,6 +731,7 @@ load_remoting(struct ivi_compositor *ivi, struct weston_config *config) &ivi_output->output_destroy); wl_list_insert(&ivi->outputs, &ivi_output->link); + ivi_output_configure_app_id(ivi_output); } return 0;