xdg-shell: Replace 'monitor' with 'output'

There is no such thing as 'monitor' in Wayland, only outputs.

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Reviewed-By: Mike Blumenkrantz <zmike@osg.samsung.com>
This commit is contained in:
Jonas Ådahl 2017-05-08 21:55:04 +08:00
parent e49a2c0b56
commit af6cf5ecac

View file

@ -255,7 +255,7 @@
<entry name="none" value="0"> <entry name="none" value="0">
<description summary="don't move the child surface when constrained"> <description summary="don't move the child surface when constrained">
Don't alter the surface position even if it is constrained on some 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> </description>
</entry> </entry>
<entry name="slide_x" value="1"> <entry name="slide_x" value="1">
@ -847,7 +847,7 @@
</request> </request>
<request name="set_fullscreen"> <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. Make the surface fullscreen.
You can specify an output that you would prefer to be fullscreen. You can specify an output that you would prefer to be fullscreen.