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-Tag: 9.99.1~14 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=81be1de53fd49b7a31e5fea217e88c038e22c3f9;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: I3af4ee802eab377adf9c368a800b04ba13ead8af --- 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;