mirror of
https://github.com/swaywm/sway.git
synced 2026-07-10 00:06:59 -04:00
Break everything^W^WUse wlr_box for sway_container
This commit is contained in:
parent
d447460c01
commit
764489e737
13 changed files with 144 additions and 145 deletions
|
|
@ -49,7 +49,7 @@ struct cmd_results *cmd_layout(int argc, char **argv) {
|
|||
}
|
||||
}
|
||||
|
||||
arrange_windows(parent, parent->width, parent->height);
|
||||
arrange_windows(parent, parent->box.width, parent->box.height);
|
||||
|
||||
return cmd_results_new(CMD_SUCCESS, NULL, NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue