From 0cbd26f0dae32db38160a82d557017edab8bb632 Mon Sep 17 00:00:00 2001 From: Damien Tardy-Panis Date: Tue, 5 May 2020 18:35:03 +0200 Subject: Add views idle inhibition status in get_tree output Fixes #5286 --- include/sway/tree/view.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/sway/tree/view.h') diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h index 9230f456..ab2dc8e4 100644 --- a/include/sway/tree/view.h +++ b/include/sway/tree/view.h @@ -232,6 +232,8 @@ void view_get_constraints(struct sway_view *view, double *min_width, uint32_t view_configure(struct sway_view *view, double lx, double ly, int width, int height); +bool view_inhibit_idle(struct sway_view *view); + /** * Whether or not the view is the only visible view in its tree. If the view * is tiling, there may be floating views. If the view is floating, there may -- cgit v1.2.3-54-g00ecf