mirror of
https://github.com/swaywm/sway.git
synced 2025-12-15 08:56:30 -05:00
more changes
This commit is contained in:
parent
4606fb1ee3
commit
63bc0d3b54
5 changed files with 19 additions and 13 deletions
|
|
@ -13,7 +13,7 @@ void add_child(swayc_t *parent, swayc_t *child);
|
|||
//Returns parent container which needs to be rearranged.
|
||||
swayc_t *add_sibling(swayc_t *sibling, swayc_t *child);
|
||||
swayc_t *replace_child(swayc_t *child, swayc_t *new_child);
|
||||
swayc_t *remove_child(swayc_t *parent, swayc_t *child);
|
||||
swayc_t *remove_child(swayc_t *child);
|
||||
|
||||
//Layout
|
||||
void arrange_windows(swayc_t *container, int width, int height);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue