aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree')
-rw-r--r--include/sway/tree/view.h2
1 files changed, 2 insertions, 0 deletions
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,
232uint32_t view_configure(struct sway_view *view, double lx, double ly, int width, 232uint32_t view_configure(struct sway_view *view, double lx, double ly, int width,
233 int height); 233 int height);
234 234
235bool view_inhibit_idle(struct sway_view *view);
236
235/** 237/**
236 * Whether or not the view is the only visible view in its tree. If the view 238 * Whether or not the view is the only visible view in its tree. If the view
237 * is tiling, there may be floating views. If the view is floating, there may 239 * is tiling, there may be floating views. If the view is floating, there may