X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fshell.c;h=640cc73a79e25c6b4ba8ad4cc0fdf3f4b5f1fdd2;hb=refs%2Fchanges%2F85%2F28385%2F1;hp=d9d3c2ddcc8d320a8c7ffa657dab7aa07a252f88;hpb=7ef34e0c465a7596f87866e88bc5a9eed2ca7c05;p=src%2Fagl-compositor.git diff --git a/src/shell.c b/src/shell.c index d9d3c2d..640cc73 100644 --- a/src/shell.c +++ b/src/shell.c @@ -1611,6 +1611,8 @@ unbind_agl_shell(struct wl_resource *resource) } wl_list_for_each(output, &ivi->outputs, link) { + struct weston_geometry area = {}; + /* reset the active surf if there's one present */ if (output->active) { output->active->view->is_mapped = false; @@ -1620,6 +1622,7 @@ unbind_agl_shell(struct wl_resource *resource) output->active = NULL; } + output->area_activation = area; insert_black_curtain(output); }