aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/container.h')
-rw-r--r--include/sway/tree/container.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 2c973f71..ddb2d683 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -164,6 +164,11 @@ void container_for_each_child(struct sway_container *container,
164 void (*f)(struct sway_container *container, void *data), void *data); 164 void (*f)(struct sway_container *container, void *data), void *data);
165 165
166/** 166/**
167 * Returns the fullscreen container obstructing this container if it exists.
168 */
169struct sway_container *container_obstructing_fullscreen_container(struct sway_container *container);
170
171/**
167 * Returns true if the given container is an ancestor of this container. 172 * Returns true if the given container is an ancestor of this container.
168 */ 173 */
169bool container_has_ancestor(struct sway_container *container, 174bool container_has_ancestor(struct sway_container *container,