From 03e4a97dbe5391cfaa7e9d3f1da86fa0a5fa4b4f Mon Sep 17 00:00:00 2001 From: minus Date: Tue, 25 Aug 2015 18:25:36 +0200 Subject: added "move container to workspace" makes the previous commit actually testable --- include/layout.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/layout.h b/include/layout.h index 11bf1a28..8cc26ba8 100644 --- a/include/layout.h +++ b/include/layout.h @@ -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); -- cgit v1.2.3-54-g00ecf