Skip to content

desktop-shell: Avoid using maximized size in fullscreen state

JeffyChen requested to merge JeffyCN/weston:shell-fix into main

The client might require to fullscreen and maxium at the same time(for example: chromium --start-fullscreen --start-maximized)

And when output resized, handle_output_resized_shsurfs() will try to calculate new size in set_shsurf_size_maximized_or_fullscreen(), which would wrongly apply maximized size.

Merge request reports