aboutsummaryrefslogtreecommitdiffstats
path: root/include/layout.h
diff options
context:
space:
mode:
authorLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-21 00:17:26 -0500
committerLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-21 00:17:26 -0500
commit461da7f87fa970ce4ba1a124e6197554c85d42e5 (patch)
tree1cd3b9e0ba8a5da11bc14d76bf0f48b4514b9f34 /include/layout.h
parentRewrite of resize command to make it more sane (diff)
downloadsway-461da7f87fa970ce4ba1a124e6197554c85d42e5.tar.gz
sway-461da7f87fa970ce4ba1a124e6197554c85d42e5.tar.zst
sway-461da7f87fa970ce4ba1a124e6197554c85d42e5.zip
Added in bspwm like mouse resizing
Diffstat (limited to 'include/layout.h')
-rw-r--r--include/layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/layout.h b/include/layout.h
index 566e3246..20044b95 100644
--- a/include/layout.h
+++ b/include/layout.h
@@ -18,7 +18,7 @@ swayc_t *replace_child(swayc_t *child, swayc_t *new_child);
18swayc_t *remove_child(swayc_t *child); 18swayc_t *remove_child(swayc_t *child);
19 19
20// Layout 20// Layout
21void arrange_windows(swayc_t *container, int width, int height); 21void arrange_windows(swayc_t *container, double width, double height);
22 22
23// Focus 23// Focus
24void unfocus_all(swayc_t *container); 24void unfocus_all(swayc_t *container);