From: Marius Vlad Date: Fri, 5 Jun 2020 12:30:35 +0000 (+0300) Subject: main: Do the installment of black surfaces for remote outputs as well X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=aaaa8f56f102141a529d93e2a879d912d16488ad;hp=c63ab31076b6e1c710c4d0352884de00dd5765d1;p=src%2Fagl-compositor.git main: Do the installment of black surfaces for remote outputs as well The change to enable the remote outputs later than local ones, means we need to make sure we still have a black surface installed for the remoting output. Bug-AGL: SPEC-3280 Signed-off-by: Marius Vlad Change-Id: Ia77a583e12872c1eac8290a5c2c573584e34f30f --- diff --git a/src/main.c b/src/main.c index 590742a..e0a9d79 100644 --- a/src/main.c +++ b/src/main.c @@ -1476,11 +1476,11 @@ int main(int argc, char *argv[]) weston_compositor_flush_heads_changed(ivi.compositor); - ivi_shell_init_black_fs(&ivi); - if (ivi.remoting_api) ivi_enable_remote_outputs(&ivi); + ivi_shell_init_black_fs(&ivi); + if (create_listening_socket(display, socket_name) < 0) goto error_compositor;