mirror of
https://github.com/swaywm/sway.git
synced 2025-11-04 13:29:52 -05:00
move container_set_layout to layout.h
This commit is contained in:
parent
fcbcbf34ad
commit
065887bb7b
4 changed files with 17 additions and 18 deletions
|
|
@ -132,10 +132,6 @@ struct sway_container *container_destroy(struct sway_container *container);
|
|||
|
||||
struct sway_container *container_close(struct sway_container *container);
|
||||
|
||||
// TODO move to layout.c
|
||||
struct sway_container *container_set_layout(struct sway_container *container,
|
||||
enum sway_container_layout layout);
|
||||
|
||||
// TODO rename to container_descendants_for_each()
|
||||
void container_descendants(struct sway_container *root,
|
||||
enum sway_container_type type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue