summaryrefslogtreecommitdiffstats
path: root/include/container.h
diff options
context:
space:
mode:
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