diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-03-29 18:17:31 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-03-29 18:17:31 -0400 |
| commit | 40c957ccf8452d7d7a383d15d6168ec97bb628df (patch) | |
| tree | f58d674fc314e9e0bd2a8141582d82b160b41b25 /include | |
| parent | 5a883dd42a7252db2ad245f87511cf07bd6bb643 (diff) | |
fix container_get_in_direction name
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/tree/container.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h index 572dd8e3..3548afc1 100644 --- a/include/sway/tree/container.h +++ b/include/sway/tree/container.h @@ -97,13 +97,12 @@ struct sway_container *container_workspace_create( struct sway_container *container_view_create( struct sway_container *sibling, struct sway_view *sway_view); -struct sway_container *container_output_destroy( - struct sway_container *output); +struct sway_container *container_output_destroy(struct sway_container *output); struct sway_container *container_view_destroy(struct sway_container *view); -struct sway_container *container_set_layout( - struct sway_container *container, enum sway_container_layout layout); +struct sway_container *container_set_layout(struct sway_container *container, + enum sway_container_layout layout); void container_descendents(struct sway_container *root, enum sway_container_type type, |
