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 /include/sway | |
parent | 94888e58a24f5cab6d3f05dbe6d335b0869cda55 (diff) | |
parent | 4eadf9f3ae73637e1479d84331786e3c3676cf65 (diff) |
Merge branch 'master' into exit-nag
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/tree/container.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h index 12ff8a5a..c3942e9e 100644 --- a/include/sway/tree/container.h +++ b/include/sway/tree/container.h @@ -234,6 +234,10 @@ struct sway_container *container_at(struct sway_container *workspace, double lx, double ly, struct wlr_surface **surface, double *sx, double *sy); +struct sway_container *container_at_view(struct sway_container *view, + double lx, double ly, struct wlr_surface **surface, + double *sx, double *sy); + /** * Apply the function for each descendant of the container breadth first. */ |