diff options
author | Brian Ashworth <RedSoxFan@users.noreply.github.com> | 2018-08-02 22:18:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-02 22:18:14 -0400 |
commit | b16043aeebd92cca12b21fa36b99799f80bdfc31 (patch) | |
tree | 745c117217c20dc05a447c5e34db1d35fec5b62b /sway/tree | |
parent | 94888e58a24f5cab6d3f05dbe6d335b0869cda55 (diff) | |
parent | 4eadf9f3ae73637e1479d84331786e3c3676cf65 (diff) |
Merge branch 'master' into exit-nag
Diffstat (limited to 'sway/tree')
-rw-r--r-- | sway/tree/container.c | 2 |
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")) { |