diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-11-03 17:11:41 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-11-03 17:11:41 -0500 |
commit | 58085226b33555d911a3ff27e456943701c9568f (patch) | |
tree | 9215b9bc42248d73c78980f641e511dffca38695 /include | |
parent | 0833fa0c7538c8e5cfdce5d1500360383b9a39f7 (diff) | |
parent | af31a3f04a808a526cbf210bc7762daef66a2f40 (diff) |
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.h | 1 |
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); void move_container(swayc_t* container, enum movement_direction direction); void move_container_to(swayc_t* container, swayc_t* destination); +void move_workspace_to(swayc_t* workspace, swayc_t* destination); // Layout void update_geometry(swayc_t *view); |