PATCH wayland-protocols
William Wold
william.wold at canonical.com
Tue Apr 30 22:39:27 UTC 2019
---
unstable/xdg-output/xdg-output-unstable-v1.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/unstable/xdg-output/xdg-output-unstable-v1.xml
b/unstable/xdg-output/xdg-output-unstable-v1.xml
index ccbfe1c..3176520 100644
--- a/unstable/xdg-output/xdg-output-unstable-v1.xml
+++ b/unstable/xdg-output/xdg-output-unstable-v1.xml
@@ -94,17 +94,17 @@
<event name="logical_position">
<description summary="position of the output within the global
compositor space">
- The position event describes the location of the wl_output within
- the global compositor space.
+ The position event describes the location of the top-left corner
+ of the wl_output within the global compositor space.
The logical_position event is sent after creating an xdg_output
(see xdg_output_manager.get_xdg_output) and whenever the location
of the output changes within the global compositor space.
</description>
<arg name="x" type="int"
- summary="x position within the global compositor space"/>
+ summary="x position of the output's left edge within the
global compositor space"/>
<arg name="y" type="int"
- summary="y position within the global compositor space"/>
+ summary="y position of the output's top edge within the
global compositor space"/>
</event>
<event name="logical_size">
--
2.20.1
More information about the wayland-devel
mailing list