summaryrefslogtreecommitdiff
path: root/sway/layout.c
diff options
context:
space:
mode:
authorLuminarys <[email protected]>2015-08-15 13:22:03 -0500
committerLuminarys <[email protected]>2015-08-15 13:22:03 -0500
commitb01a04f22b8eaacfbcee099797b4c664cfb97b97 (patch)
tree9951f0232b63afbd6d1c32472a56f1919afdf088 /sway/layout.c
parentf7f739c0576b4cf2fe9e5748fcdf861c0d970523 (diff)
Added layout debugger back in and fixed mutlimonitor layout issues
Diffstat (limited to 'sway/layout.c')
-rw-r--r--sway/layout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/layout.c b/sway/layout.c
index e2e91593..4fd6aff9 100644
--- a/sway/layout.c
+++ b/sway/layout.c
@@ -179,6 +179,7 @@ void arrange_windows(swayc_t *container, int width, int height) {
}
break;
}
+ layout_log(&root_container, 0);
}
swayc_t *get_swayc_for_handle(wlc_handle handle, swayc_t *parent) {