From a5536f9a8cd727d1f1db581c2607fa86a263c8d1 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 25 Oct 2023 14:44:11 +0200 Subject: 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 --- stable/xdg-shell/xdg-shell.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 @@ 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. 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. 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. 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. -- cgit v1.2.3