From b01a04f22b8eaacfbcee099797b4c664cfb97b97 Mon Sep 17 00:00:00 2001 From: Luminarys Date: Sat, 15 Aug 2015 13:22:03 -0500 Subject: Added layout debugger back in and fixed mutlimonitor layout issues --- sway/layout.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/layout.c') 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) { -- cgit v1.2.3