aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r--sway/tree/container.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index 89d80e51..cf6f5b54 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -171,7 +171,7 @@ static struct sway_container *surface_at_view(struct sway_container *con, double
171 double _sx, _sy; 171 double _sx, _sy;
172 struct wlr_surface *_surface = NULL; 172 struct wlr_surface *_surface = NULL;
173 switch (view->type) { 173 switch (view->type) {
174#ifdef HAVE_XWAYLAND 174#if HAVE_XWAYLAND
175 case SWAY_VIEW_XWAYLAND: 175 case SWAY_VIEW_XWAYLAND:
176 _surface = wlr_surface_surface_at(view->surface, 176 _surface = wlr_surface_surface_at(view->surface,
177 view_sx, view_sy, &_sx, &_sy); 177 view_sx, view_sy, &_sx, &_sy);