diff options
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; |