mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 10:30:07 +01:00
xdg-shell: move maximized state definition together
The xdg-shell documentation had part of the maximized state render implications in the `set_maximized` request documentation, not the actual state. This moves the relevant lines into the state description. Signed-off-by: Markus Ongyerth <wl@ongy.net> Reviewed-by: Mike Blumenkrantz <zmike@osg.samsung.com> Reviewed-by: Simon Ser <contact@emersion.fr> Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
db152d7c6f
commit
31236887df
1 changed files with 4 additions and 2 deletions
|
|
@ -724,6 +724,9 @@
|
||||||
<description summary="the surface is maximized">
|
<description summary="the surface is maximized">
|
||||||
The surface is maximized. The window geometry specified in the configure
|
The surface is maximized. The window geometry specified in the configure
|
||||||
event must be obeyed by the client.
|
event must be obeyed by the client.
|
||||||
|
|
||||||
|
The client should draw without shadow or other
|
||||||
|
decoration outside of the window geometry.
|
||||||
</description>
|
</description>
|
||||||
</entry>
|
</entry>
|
||||||
<entry name="fullscreen" value="2" summary="the surface is fullscreen">
|
<entry name="fullscreen" value="2" summary="the surface is fullscreen">
|
||||||
|
|
@ -865,8 +868,7 @@
|
||||||
After requesting that the surface should be maximized, the compositor
|
After requesting that the surface should be maximized, the compositor
|
||||||
will respond by emitting a configure event with the "maximized" state
|
will respond by emitting a configure event with the "maximized" state
|
||||||
and the required window geometry. The client should then update its
|
and the required window geometry. The client should then update its
|
||||||
content, drawing it in a maximized state, i.e. without shadow or other
|
content, drawing it in a maximized state. The client must also
|
||||||
decoration outside of the window geometry. The client must also
|
|
||||||
acknowledge the configure when committing the new content (see
|
acknowledge the configure when committing the new content (see
|
||||||
ack_configure).
|
ack_configure).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue