commit 7f8a47855c13989d4ec5d477132d7e4310d1345c
parent fe84ec2f24db6d0677d6350719fcd500fcb9b572
Author: Ivan Molodetskikh <yalterz@gmail.com>
Date: Wed, 25 Sep 2019 17:55:47 +0300
Add max_render_time to view JSON
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/sway/ipc-json.c b/sway/ipc-json.c
@@ -418,6 +418,8 @@ static void ipc_json_describe_view(struct sway_container *c, json_object *object
struct wlr_box geometry = {0, 0, c->view->natural_width, c->view->natural_height};
json_object_object_add(object, "geometry", ipc_json_create_rect(&geometry));
+ json_object_object_add(object, "max_render_time", json_object_new_int(c->view->max_render_time));
+
#if HAVE_XWAYLAND
if (c->view->type == SWAY_VIEW_XWAYLAND) {
json_object_object_add(object, "window",