Break everything^W^WUse wlr_box for sway_container

This commit is contained in:
Drew DeVault 2018-04-06 15:03:05 -04:00
parent d447460c01
commit 764489e737
13 changed files with 144 additions and 145 deletions

View file

@ -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);
}