added "move container to workspace"

makes the previous commit actually testable
This commit is contained in:
minus 2015-08-25 18:25:36 +02:00
parent f22c937953
commit 03e4a97dbe
3 changed files with 40 additions and 1 deletions

View file

@ -22,6 +22,7 @@ swayc_t *remove_child(swayc_t *child);
void swap_container(swayc_t *a, swayc_t *b);
void move_container(swayc_t* container,swayc_t* root,enum movement_direction direction);
void move_container_to(swayc_t* container, swayc_t* destination);
// Layout
void update_geometry(swayc_t *view);