diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-06-02 18:17:30 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-06-15 10:09:42 +0000 |
commit | 9af061296dbe0eb542567d0eb991474948933e27 (patch) | |
tree | d099552881ec1470f6f5c8ae70bf214ef9029c2c | |
parent | bafead57d0edadf3b0ba7b7f869ccc0b8f084bd0 (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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |