diff options
author | Drew DeVault <[email protected]> | 2017-11-25 10:59:49 -0500 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2017-11-25 11:19:25 -0500 |
commit | ce1936bc65d01502e3a5f8681bb039cb95e82e0c (patch) | |
tree | fcdeb554df5aaf30aff7723171e0dfe0bf097420 /include/sway/container.h | |
parent | 289ba64bdea0ed3d42fb195b64e19e0cac799c97 (diff) |
Arrange windows on desktop
Diffstat (limited to 'include/sway/container.h')
-rw-r--r-- | include/sway/container.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/container.h b/include/sway/container.h index 96e4db69..1a173f3e 100644 --- a/include/sway/container.h +++ b/include/sway/container.h @@ -132,4 +132,6 @@ swayc_t *new_output(struct sway_output *sway_output); swayc_t *new_workspace(swayc_t *output, const char *name); swayc_t *new_view(swayc_t *sibling, struct sway_view *sway_view); +swayc_t *swayc_parent_by_type(swayc_t *container, enum swayc_types type); + #endif |