diff options
author | Simon Ser <contact@emersion.fr> | 2023-10-25 14:44:11 +0200 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2024-03-26 10:46:26 +0000 |
commit | a5536f9a8cd727d1f1db581c2607fa86a263c8d1 (patch) | |
tree | e48afbca2c51dc6a49babf6427123fffa6bdb7d1 /stable | |
parent | aac8841f8298d8ad5f967bdf1a891d4937ff1944 (diff) |
xdg-shell: recommend against drawing decorations when tiled
Port the changes made in 31236887df15 ("xdg-shell: move maximized
state definition together") to the various tiled states.
Signed-off-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to 'stable')
-rw-r--r-- | stable/xdg-shell/xdg-shell.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/stable/xdg-shell/xdg-shell.xml b/stable/xdg-shell/xdg-shell.xml index dca033e..4b23b48 100644 --- a/stable/xdg-shell/xdg-shell.xml +++ b/stable/xdg-shell/xdg-shell.xml @@ -873,24 +873,36 @@ <description summary="the surface’s left edge is tiled"> The window is currently in a tiled layout and the left edge is 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> </entry> <entry name="tiled_right" value="6" since="2"> <description summary="the surface’s right edge is tiled"> The window is currently in a tiled layout and the right edge is 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> </entry> <entry name="tiled_top" value="7" since="2"> <description summary="the surface’s top edge is tiled"> The window is currently in a tiled layout and the top edge is 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> </entry> <entry name="tiled_bottom" value="8" since="2"> <description summary="the surface’s bottom edge is tiled"> The window is currently in a tiled layout and the bottom edge is 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> </entry> <entry name="suspended" value="9" since="6"> |