Skip to content
Snippets Groups Projects
Commit a5536f9a authored by Simon Ser's avatar Simon Ser Committed by Jonas Ådahl
Browse files

xdg-shell: recommend against drawing decorations when tiled


Port the changes made in 31236887 ("xdg-shell: move maximized
state definition together") to the various tiled states.

Signed-off-by: Simon Ser's avatarSimon Ser <contact@emersion.fr>
parent aac8841f
No related branches found
No related tags found
No related merge requests found
...@@ -873,24 +873,36 @@ ...@@ -873,24 +873,36 @@
<description summary="the surface’s left edge is tiled"> <description summary="the surface’s left edge is tiled">
The window is currently in a tiled layout and the left edge is The window is currently in a tiled layout and the left edge is
considered to be adjacent to another part of the tiling grid. considered to be adjacent to another part of the tiling grid.
The client should draw without shadow or other decoration outside of
the window geometry on the left edge.
</description> </description>
</entry> </entry>
<entry name="tiled_right" value="6" since="2"> <entry name="tiled_right" value="6" since="2">
<description summary="the surface’s right edge is tiled"> <description summary="the surface’s right edge is tiled">
The window is currently in a tiled layout and the right edge is The window is currently in a tiled layout and the right edge is
considered to be adjacent to another part of the tiling grid. considered to be adjacent to another part of the tiling grid.
The client should draw without shadow or other decoration outside of
the window geometry on the right edge.
</description> </description>
</entry> </entry>
<entry name="tiled_top" value="7" since="2"> <entry name="tiled_top" value="7" since="2">
<description summary="the surface’s top edge is tiled"> <description summary="the surface’s top edge is tiled">
The window is currently in a tiled layout and the top edge is The window is currently in a tiled layout and the top edge is
considered to be adjacent to another part of the tiling grid. considered to be adjacent to another part of the tiling grid.
The client should draw without shadow or other decoration outside of
the window geometry on the top edge.
</description> </description>
</entry> </entry>
<entry name="tiled_bottom" value="8" since="2"> <entry name="tiled_bottom" value="8" since="2">
<description summary="the surface’s bottom edge is tiled"> <description summary="the surface’s bottom edge is tiled">
The window is currently in a tiled layout and the bottom edge is The window is currently in a tiled layout and the bottom edge is
considered to be adjacent to another part of the tiling grid. considered to be adjacent to another part of the tiling grid.
The client should draw without shadow or other decoration outside of
the window geometry on the bottom edge.
</description> </description>
</entry> </entry>
<entry name="suspended" value="9" since="6"> <entry name="suspended" value="9" since="6">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment