mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
Added layout debugger back in and fixed mutlimonitor layout issues
This commit is contained in:
parent
f7f739c057
commit
b01a04f22b
4 changed files with 61 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue