aboutsummaryrefslogtreecommitdiffstats
path: root/include/layout.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-08-25 16:12:37 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-08-25 16:12:37 -0400
commitfa6292ff24082f90886353844b45e99ec965daa5 (patch)
tree06f9219532f6f057410910dbfe43d3884acd90bc /include/layout.h
parentMerge pull request #125 from Luminarys/master (diff)
parentfixed moving to other output and visibility (diff)
downloadsway-fa6292ff24082f90886353844b45e99ec965daa5.tar.gz
sway-fa6292ff24082f90886353844b45e99ec965daa5.tar.zst
sway-fa6292ff24082f90886353844b45e99ec965daa5.zip
Merge pull request #129 from minus7/workspaces
Implemented "move container to workspace"
Diffstat (limited to 'include/layout.h')
-rw-r--r--include/layout.h1
1 files changed, 1 insertions, 0 deletions
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);
22void swap_container(swayc_t *a, swayc_t *b); 22void swap_container(swayc_t *a, swayc_t *b);
23 23
24void move_container(swayc_t* container,swayc_t* root,enum movement_direction direction); 24void move_container(swayc_t* container,swayc_t* root,enum movement_direction direction);
25void move_container_to(swayc_t* container, swayc_t* destination);
25 26
26// Layout 27// Layout
27void update_geometry(swayc_t *view); 28void update_geometry(swayc_t *view);