summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2014-11-05 18:16:32 -0800
committerKevin Mitchell <kevmitch@gmail.com>2014-11-07 01:14:03 -0800
commit351608e5ccb9314684d10bedf9025b1e872641e9 (patch)
tree5a6987ec1febf72015d4ade144780334b8e7d7a5 /DOCS
parent83aab1d4be67fceb8c0cd27297cca086f1a9c3c5 (diff)
downloadmpv-351608e5ccb9314684d10bedf9025b1e872641e9.tar.bz2
mpv-351608e5ccb9314684d10bedf9025b1e872641e9.tar.xz
command: add display-names property
Call VOCTRL_GET_DISPLAY_NAMES it when the property is requested. The vo should return the names of the displays that the mpv window is covering. For example, with x11 vos, xrandr names LVDS1, HDMI1, etc.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 94c54d1029..651b93f7c3 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1118,6 +1118,10 @@ Property list
``window-minimized``
Return whether the video window is minimized or not.
+``display-names``
+ Names of the displays that the mpv window covers. On X11, these
+ are the xrandr names (LVDS1, HDMI1, DP1, VGA1, etc.).
+
``video-aspect`` (RW)
Video aspect, see ``--video-aspect``.