summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <RedSoxFan@users.noreply.github.com>2018-08-02 22:18:14 -0400
committerLibravatar GitHub <noreply@github.com>2018-08-02 22:18:14 -0400
commitb16043aeebd92cca12b21fa36b99799f80bdfc31 (patch)
tree745c117217c20dc05a447c5e34db1d35fec5b62b /include
parentconfig.in: nag user on exit (diff)
parentMerge pull request #2325 from emersion/wlr-gamma-control (diff)
downloadsway-b16043aeebd92cca12b21fa36b99799f80bdfc31.tar.gz
sway-b16043aeebd92cca12b21fa36b99799f80bdfc31.tar.zst
sway-b16043aeebd92cca12b21fa36b99799f80bdfc31.zip
Merge branch 'master' into exit-nag
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h4
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,
234 double lx, double ly, struct wlr_surface **surface, 234 double lx, double ly, struct wlr_surface **surface,
235 double *sx, double *sy); 235 double *sx, double *sy);
236 236
237struct sway_container *container_at_view(struct sway_container *view,
238 double lx, double ly, struct wlr_surface **surface,
239 double *sx, double *sy);
240
237/** 241/**
238 * Apply the function for each descendant of the container breadth first. 242 * Apply the function for each descendant of the container breadth first.
239 */ 243 */