Merge branch 'maximized-not-fatal' into 'main'

xdg-shell: relax maximized size constraints

See merge request wayland/wayland-protocols!277
This commit is contained in:
Simon Ser 2026-05-19 05:23:29 +00:00
commit 697c9244c2

View file

@ -839,8 +839,9 @@
<entry name="maximized" value="1" summary="the surface is maximized">
<description summary="the surface is maximized">
The surface is maximized. The window geometry specified in the configure
event must be obeyed by the client, or the xdg_wm_base.invalid_surface_state
error is raised.
event must be obeyed by the client, or the compositor might not
display the toplevel faithfully (e.g. show a warning, crop or scale
the contents, display an overlay, etc).
The client should draw without shadow or other
decoration outside of the window geometry.