aboutsummaryrefslogtreecommitdiff
path: root/sway/tree
diff options
context:
space:
mode:
authorBrian Ashworth <RedSoxFan@users.noreply.github.com>2018-08-02 22:18:14 -0400
committerGitHub <noreply@github.com>2018-08-02 22:18:14 -0400
commitb16043aeebd92cca12b21fa36b99799f80bdfc31 (patch)
tree745c117217c20dc05a447c5e34db1d35fec5b62b /sway/tree
parent94888e58a24f5cab6d3f05dbe6d335b0869cda55 (diff)
parent4eadf9f3ae73637e1479d84331786e3c3676cf65 (diff)
Merge branch 'master' into exit-nag
Diffstat (limited to 'sway/tree')
-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 b980c5e9..46c54e2d 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -535,7 +535,7 @@ struct sway_container *container_parent(struct sway_container *container,
return container;
}
-static struct sway_container *container_at_view(struct sway_container *swayc,
+struct sway_container *container_at_view(struct sway_container *swayc,
double lx, double ly,
struct wlr_surface **surface, double *sx, double *sy) {
if (!sway_assert(swayc->type == C_VIEW, "Expected a view")) {