git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commitc7b26547183e964564b343f0ad3e77f6a8a1d9bd
parentb138bfd2b3
authorIsaac Freund <[email protected]>
date2024-08-07 14:50
rwm: specify border corner drawing

 protocol/river-window-management-v1.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/protocol/river-window-management-v1.xml b/protocol/river-window-management-v1.xml
index 38d5f3b..eacdabb 100644
--- a/protocol/river-window-management-v1.xml
+++ b/protocol/river-window-management-v1.xml
@@ -421,6 +421,11 @@
         on the specified edges of the window. Borders are drawn above the window
         content.
 
+        Corners are drawn only between borders on adjacent edges. If e.g. the
+        left edge has a border and the top edge does not, the border drawn on
+        the left edge will not extend vertically beyond the top edge of the
+        window.
+
         The color is defined by four 32-bit RGBA values. Unless specified in
         another protocol extension, the RGBA values use pre-multiplied alpha.