mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Implement swap command
This commit is contained in:
parent
fea654a6ce
commit
569f4e0e4c
7 changed files with 218 additions and 0 deletions
|
|
@ -69,4 +69,6 @@ struct sway_container *container_split(struct sway_container *child,
|
|||
void container_recursive_resize(struct sway_container *container,
|
||||
double amount, enum resize_edge edge);
|
||||
|
||||
void container_swap(struct sway_container *con1, struct sway_container *con2);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue