summaryrefslogtreecommitdiff
path: root/include/layout.h
diff options
context:
space:
mode:
authorHalf-Shot <[email protected]>2015-08-20 21:27:38 +0100
committerHalf-Shot <[email protected]>2015-08-20 21:29:40 +0100
commit2a62c5c7fb71fc815663281793ba6a89d2b246ed (patch)
tree88928911011bf8c1726198a7cbed8e21bb140253 /include/layout.h
parentf314d951039031fd7f0bd8772b6916587ebb0846 (diff)
Basic left right move command implemented.
Diffstat (limited to 'include/layout.h')
-rw-r--r--include/layout.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/layout.h b/include/layout.h
index 282f92ee..79241698 100644
--- a/include/layout.h
+++ b/include/layout.h
@@ -15,6 +15,9 @@ swayc_t *add_sibling(swayc_t *sibling, swayc_t *child);
swayc_t *replace_child(swayc_t *child, swayc_t *new_child);
swayc_t *remove_child(swayc_t *child);
+void move_container(swayc_t* container,swayc_t* root,int direction);
+
+
// Layout
void arrange_windows(swayc_t *container, int width, int height);