From 70f64f3ca97e333d6a9a874f574710c09f6979b2 Mon Sep 17 00:00:00 2001 From: maniak1349 Date: Tue, 26 Apr 2016 04:46:49 +0300 Subject: options: add --fit-border video option Flag that is set by default. Reseting it will result in mpv trying to fit client area with video instead of the whole window with border and decorations on the screen. Marked as (Windows only) for now until it's implemented on other platforms. --- DOCS/man/options.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index bb92133396..7b7db9396d 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -1805,6 +1805,12 @@ Window Play video with window border and decorations. Since this is on by default, use ``--no-border`` to disable the standard window decorations. +``--fit-border``, ``--no-fit-border`` + (Windows only) Fit the whole window with border and decorations on the + screen. Since this is on by default, use ``--no-fit-border`` to make mpv + try to only fit client area with video on the screen. This behavior only + applied to window/video with size exceeding size of the screen. + ``--on-all-workspaces`` (X11 only) Show the video window on all virtual desktops. -- cgit v1.2.3