Fixed workspace switching in multimonitor layouts

This commit is contained in:
Luminarys 2015-08-15 13:55:06 -05:00
parent b01a04f22b
commit 618b3df051
4 changed files with 70 additions and 60 deletions

View file

@ -179,7 +179,7 @@ void arrange_windows(swayc_t *container, int width, int height) {
}
break;
}
layout_log(&root_container, 0);
layout_log(&root_container, 0);
}
swayc_t *get_swayc_for_handle(wlc_handle handle, swayc_t *parent) {