summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-03-01 13:24:47 -0500
committerLibravatar GitHub <noreply@github.com>2017-03-01 13:24:47 -0500
commitd6ac3021ceafdf7e3a876a3764cc553f4df6b8cc (patch)
treee90c86a30595ed7a18713a19fe9d26e8fa30a2c4 /include
parentFix #1087 (diff)
parentClarify move documentation for floating containers (diff)
downloadsway-d6ac3021ceafdf7e3a876a3764cc553f4df6b8cc.tar.gz
sway-d6ac3021ceafdf7e3a876a3764cc553f4df6b8cc.tar.zst
sway-d6ac3021ceafdf7e3a876a3764cc553f4df6b8cc.zip
Merge pull request #1092 from 4e554c4c/move_floating
i3 feature support: Moving flotaing containers
Diffstat (limited to 'include')
-rw-r--r--include/sway/layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/layout.h b/include/sway/layout.h
index fbedcdb3..f0791588 100644
--- a/include/sway/layout.h
+++ b/include/sway/layout.h
@@ -48,7 +48,7 @@ void swap_container(swayc_t *a, swayc_t *b);
48// 2 Containers geometry are swapped, used with `swap_container` 48// 2 Containers geometry are swapped, used with `swap_container`
49void swap_geometry(swayc_t *a, swayc_t *b); 49void swap_geometry(swayc_t *a, swayc_t *b);
50 50
51void move_container(swayc_t* container, enum movement_direction direction); 51void move_container(swayc_t* container, enum movement_direction direction, int move_amt);
52void move_container_to(swayc_t* container, swayc_t* destination); 52void move_container_to(swayc_t* container, swayc_t* destination);
53void move_workspace_to(swayc_t* workspace, swayc_t* destination); 53void move_workspace_to(swayc_t* workspace, swayc_t* destination);
54 54