summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-03 17:11:41 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-03 17:11:41 -0500
commit58085226b33555d911a3ff27e456943701c9568f (patch)
tree9215b9bc42248d73c78980f641e511dffca38695 /include
parentMerge pull request #214 from taiyu-len/master (diff)
parentcommands: Learn 'move workspace to output <direction|name>'. (diff)
downloadsway-58085226b33555d911a3ff27e456943701c9568f.tar.gz
sway-58085226b33555d911a3ff27e456943701c9568f.tar.zst
sway-58085226b33555d911a3ff27e456943701c9568f.zip
Merge pull request #205 from sce/focus_move_cont_to_adjacent_output
Learn focus / move container to adjacent output
Diffstat (limited to 'include')
-rw-r--r--include/layout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/layout.h b/include/layout.h
index cb38a7b1..a3cf006a 100644
--- a/include/layout.h
+++ b/include/layout.h
@@ -47,6 +47,7 @@ void swap_geometry(swayc_t *a, swayc_t *b);
47 47
48void move_container(swayc_t* container, enum movement_direction direction); 48void move_container(swayc_t* container, enum movement_direction direction);
49void move_container_to(swayc_t* container, swayc_t* destination); 49void move_container_to(swayc_t* container, swayc_t* destination);
50void move_workspace_to(swayc_t* workspace, swayc_t* destination);
50 51
51// Layout 52// Layout
52void update_geometry(swayc_t *view); 53void update_geometry(swayc_t *view);