aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-06-02 18:17:30 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-06-08 23:22:32 +0300
commit7405f652c698c9046519991845494b42dc66a3e6 (patch)
treece6afa80546f0bb14c0c88630c92d45942bc79b9
parent48b283ab9d4b20f039481ac4aa0496e38dd3b5ef (diff)
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 <marius.vlad@collabora.com> Change-Id: I43ba74889b8ea529ab9ec0ebdf8a8dd56762cc40
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
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;