1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-17 13:17:13 +00:00

manpage: document a couple of wayland options

--wayland-edge-pixels-pointer and --wayland-edge-pixels-touch were both
left out of the manual.
This commit is contained in:
Dudemanguy 2020-05-08 11:34:20 -05:00
parent 5dcfe32ff2
commit bba00c133d

View File

@ -5344,6 +5344,15 @@ The following video options are currently all specific to ``--vo=gpu`` and
``--no-audio``, and ``--untimed=yes``. Only works with ``--gpu-context=wayland``
and ``--gpu-context=waylandvk``.
``--wayland-edge-pixels-pointer=<value>``
Defines the size of an edge border (default: 10) to initiate client side
resize events in the wayland contexts with the mouse. This is only active if
there are no server side decorations from the compositor.
``--wayland-edge-pixels-touch=<value>``
Defines the size of an edge border (default: 64) to initiate client side
resizes events in the wayland contexts with touch events.
``--spirv-compiler=<compiler>``
Controls which compiler is used to translate GLSL to SPIR-V. This is
(currently) only relevant for ``--gpu-api=vulkan`` and `--gpu-api=d3d11`.