Docs: Add max_render_time field to get_tree response

This commit is contained in:
Jason Nader 2020-01-25 02:22:41 +09:00
parent 29a5ce5f65
commit b06e4c37be
No known key found for this signature in database
GPG key ID: EE220FCAA09AF23D

View file

@ -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