From 81be1de53fd49b7a31e5fea217e88c038e22c3f9 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 5 Jun 2020 15:30:35 +0300 Subject: [PATCH] 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 --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.16.6