mirror of
https://github.com/swaywm/sway.git
synced 2025-01-01 18:06:47 +01:00
Add max_render_time to view JSON
This commit is contained in:
parent
fe84ec2f24
commit
7f8a47855c
1 changed files with 2 additions and 0 deletions
|
@ -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};
|
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, "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 HAVE_XWAYLAND
|
||||||
if (c->view->type == SWAY_VIEW_XWAYLAND) {
|
if (c->view->type == SWAY_VIEW_XWAYLAND) {
|
||||||
json_object_object_add(object, "window",
|
json_object_object_add(object, "window",
|
||||||
|
|
Loading…
Reference in a new issue