X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fshell.c;fp=src%2Fshell.c;h=6944f8a254543e1e17c69ee56745060e4dbf9143;hb=fd6c5fed808b962318ec655f065e7e378983e8f8;hp=e1aac8dd99b810f3853b6e0d20ed831ec076c803;hpb=99c3a72570b96a36d5bf6bd0f252a3c9c725eb90;p=src%2Fagl-compositor.git diff --git a/src/shell.c b/src/shell.c index e1aac8d..6944f8a 100644 --- a/src/shell.c +++ b/src/shell.c @@ -606,7 +606,8 @@ shell_ready(struct wl_client *client, struct wl_resource *shell_res) ivi->shell_client.ready = true; wl_list_for_each(output, &ivi->outputs, link) { - remove_black_surface(output); + if (output->background) + remove_black_surface(output); ivi_layout_init(ivi, output); }