summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/container.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/container.h b/include/container.h
index ae57d1e3..d1905720 100644
--- a/include/container.h
+++ b/include/container.h
@@ -252,11 +252,6 @@ bool swayc_is_parent_of(swayc_t *parent, swayc_t *child);
252bool swayc_is_child_of(swayc_t *child, swayc_t *parent); 252bool swayc_is_child_of(swayc_t *child, swayc_t *parent);
253 253
254/** 254/**
255 * Returns true if view is stacked or tabbed.
256 */
257bool swayc_is_tabbed_stacked(swayc_t *view);
258
259/**
260 * Returns the top most tabbed or stacked parent container. Returns NULL if 255 * Returns the top most tabbed or stacked parent container. Returns NULL if
261 * view is not in a tabbed/stacked layout. 256 * view is not in a tabbed/stacked layout.
262 */ 257 */