From 351608e5ccb9314684d10bedf9025b1e872641e9 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Wed, 5 Nov 2014 18:16:32 -0800 Subject: 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. --- DOCS/man/input.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DOCS') 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``. -- cgit v1.2.3