mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
unify container destroy functions
This commit is contained in:
parent
b4c5f79725
commit
09d448ea2d
5 changed files with 40 additions and 41 deletions
|
|
@ -133,8 +133,6 @@ struct sway_container *container_destroy(struct sway_container *container);
|
|||
// TODO make me private
|
||||
struct sway_container *container_finish(struct sway_container *cont);
|
||||
|
||||
struct sway_container *container_output_destroy(struct sway_container *container);
|
||||
|
||||
struct sway_container *container_close(struct sway_container *container);
|
||||
|
||||
// TODO move to layout.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue