mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03:00
Few stray bits
This commit is contained in:
parent
3f5343199b
commit
713bf29ec9
3 changed files with 5 additions and 4 deletions
|
@ -17,7 +17,7 @@ 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 *child);
|
||||
|
||||
void move_container(swayc_t* container,swayc_t* root,int direction);
|
||||
void move_container(swayc_t* container,swayc_t* root,enum movement_direction direction);
|
||||
|
||||
|
||||
// Layout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue