summaryrefslogtreecommitdiffstats
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 e7e9d944..598a4f3d 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -162,7 +162,7 @@ struct sway_container *container_parent(struct sway_container *container,
162 * is a view and the view contains a surface at those coordinates. 162 * is a view and the view contains a surface at those coordinates.
163 */ 163 */
164struct sway_container *container_at(struct sway_container *container, 164struct sway_container *container_at(struct sway_container *container,
165 double lx, double ly, struct wlr_surface **surface, 165 double ox, double oy, struct wlr_surface **surface,
166 double *sx, double *sy); 166 double *sx, double *sy);
167 167
168/** 168/**