summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorAkemi <der.richter@gmx.de>2018-02-28 00:46:16 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-02-28 00:48:44 -0800
commitaa974b2aa7b99ec94f66272a7ddd4bfc62438a2f (patch)
treea9da60bd11289da1a198a7578446e8359f321111 /DOCS
parent38d614d8d668f1255f092f825ac4223f774f5991 (diff)
downloadmpv-aa974b2aa7b99ec94f66272a7ddd4bfc62438a2f.tar.bz2
mpv-aa974b2aa7b99ec94f66272a7ddd4bfc62438a2f.tar.xz
cocoa-cb: make fullscreen resize animation duration configurable
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 2a2ca665c3..8246dd0f49 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4864,6 +4864,18 @@ The following video options are currently all specific to ``--vo=gpu`` and
:auto: Detects the system settings and sets the title bar styling
appropriately, either ultradark or mediumlight.
+``--macos-fs-animation-duration=<default|0-1000>``
+ Sets the fullscreen resize animation duration in ms (default: default).
+ The default value is slightly less than the system's animation duration
+ (500ms) to prevent some problems when the end of an async animation happens
+ at the same time as the end of the system wide fullscreen animation. Setting
+ anything higher than 500ms will only prematurely cancel the resize animation
+ after the system wide animation ended. The upper limit is still set at
+ 1000ms since it's possible that Apple or the user changes the system
+ defaults. Anything higher than 1000ms though seems too long and shouldn't be
+ set anyway.
+ OS X and cocoa-cb only
+
``--android-surface-size=<WxH>``
Set dimensions of the rendering surface used by the Android gpu context.
Needs to be set by the embedding application if the dimensions change during