mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 07:00:08 +01:00
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:
parent
e49a2c0b56
commit
af6cf5ecac
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue