commit 6728db28a21d46faf44a6584259c35eed01bce1d
parent 4431ae68fcfcc12bd41f2b2daf4cb2b34a6f5547
Author: Drew DeVault <sir@cmpwn.com>
Date: Wed, 27 Feb 2019 22:20:16 -0500
Merge pull request #3790 from RedSoxFan/sway-ipc-clarify-window-rect
sway-ipc.7: clarify window_rect omits decorations
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sway/sway-ipc.7.scd b/sway/sway-ipc.7.scd
@@ -317,7 +317,8 @@ node and will have the following properties:
: The absolute geometry of the node
|- window_rect
: object
-: The geometry of the contents inside the node
+: The geometry of the contents inside the node. The window decorations are
+ excluded from this calculation, but borders are included.
|- deco_rect
: object
: The geometry of the decorations inside the node