diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-11-16 15:57:02 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-11-16 15:57:02 -0500 |
commit | 6850174049b9b8ffc00aac7051d82b3489bcc948 (patch) | |
tree | bdac5630c32099785a6eade4dfa8ceb04a3c11dd /include/container.h | |
parent | 95c65ee33ea05963e334555311414e0d834de4b7 (diff) | |
parent | 236f26f62e56cef8278d88f6111720b738d4a85f (diff) |
Merge pull request #233 from sce/multiple_adjacent_outputs
output: Support multiple adjacent outputs.
Diffstat (limited to 'include/container.h')
-rw-r--r-- | include/container.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/container.h b/include/container.h index 8c54ee24..cb18de49 100644 --- a/include/container.h +++ b/include/container.h @@ -63,7 +63,7 @@ struct sway_container { /** * The coordinates that this view appear at, relative to the output they - * are located on. + * are located on (output containers have absolute coordinates). */ double x, y; |