Implement swap command

This commit is contained in:
Brian Ashworth 2018-05-26 11:02:21 -04:00
parent fea654a6ce
commit 569f4e0e4c
7 changed files with 218 additions and 0 deletions

View file

@ -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