aboutsummaryrefslogtreecommitdiff
path: root/include/con.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/con.h')
-rw-r--r--include/con.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/con.h b/include/con.h
index f97ddaec..e1bb6813 100644
--- a/include/con.h
+++ b/include/con.h
@@ -565,3 +565,9 @@ uint32_t con_rect_size_in_orientation(Con *con);
*
*/
void con_merge_into(Con *old, Con *new);
+
+/**
+ * Returns true if the container is within any stacked/tabbed split container.
+ *
+ */
+bool con_inside_stacked_or_tabbed(Con *con);