summaryrefslogtreecommitdiffstats
path: root/include/container.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-16 15:57:02 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-16 15:57:02 -0500
commit6850174049b9b8ffc00aac7051d82b3489bcc948 (patch)
treebdac5630c32099785a6eade4dfa8ceb04a3c11dd /include/container.h
parentMerge pull request #232 from sce/replace_output_config (diff)
parentoutput: Support multiple adjacent outputs. (diff)
downloadsway-6850174049b9b8ffc00aac7051d82b3489bcc948.tar.gz
sway-6850174049b9b8ffc00aac7051d82b3489bcc948.tar.zst
sway-6850174049b9b8ffc00aac7051d82b3489bcc948.zip
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.h2
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 {
63 63
64 /** 64 /**
65 * The coordinates that this view appear at, relative to the output they 65 * The coordinates that this view appear at, relative to the output they
66 * are located on. 66 * are located on (output containers have absolute coordinates).
67 */ 67 */
68 double x, y; 68 double x, y;
69 69