ivi-shell: A large surface that cross multi screen was refused.
For IVI-Shell:
I need to show a large surface as an opening animation cross multi screen.
I created a large layer crossing those multi screens and add the surface into the large layer.
But, the surface(view) was limited into the range of the first screen.
Seems the commit below made this.
Could we make a choice for the user to decide either use layer_dest_rect
or layer_dest_rect_in_global_intersected
within `calc_surface_to_global_matrix_and_mask_to_weston_surface()`?
Edited by Charles Chan