aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Ɓukasz Adamczak <14021+czak@users.noreply.github.com>2023-02-05 15:13:54 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2023-02-12 18:48:15 +0100
commit4a31d18837b496317d817db5b480ebd16afb6ab8 (patch)
tree3e552a68b0c7c50ea579c53547804c5423014f07
parentCorrect window_rect.y with hide_edge_borders (diff)
downloadsway-4a31d18837b496317d817db5b480ebd16afb6ab8.tar.gz
sway-4a31d18837b496317d817db5b480ebd16afb6ab8.tar.zst
sway-4a31d18837b496317d817db5b480ebd16afb6ab8.zip
Clarify documentation for window_rect
(cherry picked from commit 8e4b6595786edf307623b9f1fcf3c7e5c8fa3833)
-rw-r--r--sway/sway-ipc.7.scd5
1 files changed, 3 insertions, 2 deletions
diff --git a/sway/sway-ipc.7.scd b/sway/sway-ipc.7.scd
index 9121f679..f2ab30f7 100644
--- a/sway/sway-ipc.7.scd
+++ b/sway/sway-ipc.7.scd
@@ -337,8 +337,9 @@ node and will have the following properties:
337 this, but borders are included. 337 this, but borders are included.
338|- window_rect 338|- window_rect
339: object 339: object
340: The geometry of the contents inside the node. The window decorations are 340: The geometry of the content inside the node. These coordinates are relative
341 excluded from this calculation, but borders are included. 341 to the node itself. Window decorations and borders are outside the
342 _window_rect_
342|- deco_rect 343|- deco_rect
343: object 344: object
344: The geometry of the decorations for the node relative to the parent node 345: The geometry of the decorations for the node relative to the parent node