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