diff --git a/fullscreen-shell/fullscreen-shell.c b/fullscreen-shell/fullscreen-shell.c index 14892586..2ec2d021 100644 --- a/fullscreen-shell/fullscreen-shell.c +++ b/fullscreen-shell/fullscreen-shell.c @@ -266,6 +266,8 @@ fs_output_create(struct fullscreen_shell *shell, struct weston_output *output) fsout->black_view = create_black_surface(shell->compositor, fsout, output->x, output->y, output->width, output->height); + fsout->black_view->surface->is_mapped = true; + fsout->black_view->is_mapped = true; weston_layer_entry_insert(&shell->layer.view_list, &fsout->black_view->layer_link); wl_list_init(&fsout->transform.link); @@ -588,6 +590,7 @@ fs_output_apply_pending(struct fs_output *fsout) weston_log("no memory\n"); return; } + fsout->view->is_mapped = true; wl_signal_add(&fsout->surface->destroy_signal, &fsout->surface_destroyed);