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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 5cf5b6b1..2c94c772 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -167,7 +167,7 @@ struct sway_container *container_find_child(struct sway_container *container,
167 bool (*test)(struct sway_container *view, void *data), void *data); 167 bool (*test)(struct sway_container *view, void *data), void *data);
168 168
169/** 169/**
170 * Find a container at the given coordinates. Returns the the surface and 170 * Find a container at the given coordinates. Returns the surface and
171 * surface-local coordinates of the given layout coordinates if the container 171 * surface-local coordinates of the given layout coordinates if the container
172 * is a view and the view contains a surface at those coordinates. 172 * is a view and the view contains a surface at those coordinates.
173 */ 173 */