summaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
Diffstat (limited to 'sway')
-rw-r--r--sway/tree/container.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index 4507655e..39df86a5 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -567,9 +567,8 @@ static struct sway_container *container_at_view(struct sway_container *swayc,
567 *sx = _sx; 567 *sx = _sx;
568 *sy = _sy; 568 *sy = _sy;
569 *surface = _surface; 569 *surface = _surface;
570 return swayc;
571 } 570 }
572 return NULL; 571 return swayc;
573} 572}
574 573
575/** 574/**