X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Flayout.c;h=95d3e541853f647b4d333d0672d4101404b21a49;hb=70a2d75e8e35d94bf2b1aef430ac7ed8cd3d96bc;hp=0ab7e7ce817e6e50abdad582d0f22c8e224ef188;hpb=000b725db81ae79ffec0a7a84a2c4aab2778dc82;p=src%2Fagl-compositor.git diff --git a/src/layout.c b/src/layout.c index 0ab7e7c..95d3e54 100644 --- a/src/layout.c +++ b/src/layout.c @@ -1050,7 +1050,7 @@ ivi_layout_reset_split_surfaces(struct ivi_compositor *ivi) return; output = ivisurf->current_completed_output; - if (output->previous_active) { + if (output->previous_active && output->background != output->previous_active) { struct weston_view *ev = output->previous_active->view; struct weston_output *woutput = output->output;