[PATCH wayland-protocols 06/11] xdg-shell: Replace 'monitor' with 'output'
Jonas Ådahl
jadahl at gmail.com
Wed May 24 09:35:35 UTC 2017
There is no such thing as 'monitor' in Wayland, only outputs.
Signed-off-by: Jonas Ådahl <jadahl at gmail.com>
Reviewed-By: Mike Blumenkrantz <zmike at osg.samsung.com>
---
stable/xdg-shell/xdg-shell.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/stable/xdg-shell/xdg-shell.xml b/stable/xdg-shell/xdg-shell.xml
index 831948c..11be7f0 100644
--- a/stable/xdg-shell/xdg-shell.xml
+++ b/stable/xdg-shell/xdg-shell.xml
@@ -255,7 +255,7 @@
<entry name="none" value="0">
<description summary="don't move the child surface when constrained">
Don't alter the surface position even if it is constrained on some
- axis, for example partially outside the edge of a monitor.
+ axis, for example partially outside the edge of an output.
</description>
</entry>
<entry name="slide_x" value="1">
@@ -847,7 +847,7 @@
</request>
<request name="set_fullscreen">
- <description summary="set the window as fullscreen on a monitor">
+ <description summary="set the window as fullscreen on an output">
Make the surface fullscreen.
You can specify an output that you would prefer to be fullscreen.
--
2.13.0
More information about the wayland-devel
mailing list