mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
Clarify documentation for window_rect
This commit is contained in:
parent
fadfbe8dba
commit
8e4b659578
|
@ -337,8 +337,9 @@ node and will have the following properties:
|
||||||
this, but borders are included.
|
this, but borders are included.
|
||||||
|- window_rect
|
|- window_rect
|
||||||
: object
|
: object
|
||||||
: The geometry of the contents inside the node. The window decorations are
|
: The geometry of the content inside the node. These coordinates are relative
|
||||||
excluded from this calculation, but borders are included.
|
to the node itself. Window decorations and borders are outside the
|
||||||
|
_window_rect_
|
||||||
|- deco_rect
|
|- deco_rect
|
||||||
: object
|
: object
|
||||||
: The geometry of the decorations for the node relative to the parent node
|
: The geometry of the decorations for the node relative to the parent node
|
||||||
|
|
Loading…
Reference in a new issue