mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
Merge eb231a9e1c into 050704ab23
This commit is contained in:
commit
3c7eac4e9c
3 changed files with 31 additions and 5 deletions
|
|
@ -48,6 +48,7 @@ void swap_container(swayc_t *a, swayc_t *b);
|
|||
// 2 Containers geometry are swapped, used with `swap_container`
|
||||
void swap_geometry(swayc_t *a, swayc_t *b);
|
||||
|
||||
void move_floating_container(swayc_t *container, int dx, int dy);
|
||||
void move_container(swayc_t* container, enum movement_direction direction);
|
||||
void move_container_to(swayc_t* container, swayc_t* destination);
|
||||
void move_workspace_to(swayc_t* workspace, swayc_t* destination);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue