mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 09:21:28 +00:00
Merge pull request #3790 from RedSoxFan/sway-ipc-clarify-window-rect
sway-ipc.7: clarify window_rect omits decorations
This commit is contained in:
commit
6728db28a2
|
@ -317,7 +317,8 @@ node and will have the following properties:
|
||||||
: The absolute geometry of the node
|
: The absolute geometry of the node
|
||||||
|- window_rect
|
|- window_rect
|
||||||
: object
|
: 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
|
|- deco_rect
|
||||||
: object
|
: object
|
||||||
: The geometry of the decorations inside the node
|
: The geometry of the decorations inside the node
|
||||||
|
|
Loading…
Reference in a new issue