mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2026-05-22 06:38:13 +02:00
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:
commit
697c9244c2
1 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue