mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
Docs: Add max_render_time field to get_tree response
This commit is contained in:
parent
29a5ce5f65
commit
b06e4c37be
1 changed files with 4 additions and 0 deletions
|
|
@ -355,6 +355,10 @@ node and will have the following properties:
|
||||||
|- floating_nodes
|
|- floating_nodes
|
||||||
: array
|
: array
|
||||||
: The floating children nodes for the node
|
: The floating children nodes for the node
|
||||||
|
|- max_render_time
|
||||||
|
: integer
|
||||||
|
: Number of milliseconds a surface has to render and commit new contents before
|
||||||
|
being sampled by the compositor for the next presentation. "off" means none.
|
||||||
|- representation
|
|- representation
|
||||||
: string
|
: string
|
||||||
: (Only workspaces) A string representation of the layout of the workspace
|
: (Only workspaces) A string representation of the layout of the workspace
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue