mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
rename container functions
This commit is contained in:
parent
83d09cf594
commit
b90099b4b7
23 changed files with 290 additions and 282 deletions
|
|
@ -39,7 +39,7 @@ struct sway_container *add_sibling(struct sway_container *parent,
|
|||
|
||||
struct sway_container *remove_child(struct sway_container *child);
|
||||
|
||||
enum swayc_layouts default_layout(struct sway_container *output);
|
||||
enum sway_container_layout default_layout(struct sway_container *output);
|
||||
|
||||
void sort_workspaces(struct sway_container *output);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue