Merge branch 'wlroots' into split-containers

This commit is contained in:
Tony Crisci 2018-04-02 19:22:10 -04:00
commit a89096278b
17 changed files with 357 additions and 1011 deletions

View file

@ -70,9 +70,10 @@ struct sway_container {
enum sway_container_layout prev_layout;
enum sway_container_layout workspace_layout;
// TODO convert to layout coordinates
// For C_ROOT, this has no meaning
// For C_OUTPUT, this is the output position in layout coordinates
// For other types, this is the position in output-local coordinates
double x, y;
// does not include borders or gaps.
double width, height;