From aa974b2aa7b99ec94f66272a7ddd4bfc62438a2f Mon Sep 17 00:00:00 2001 From: Akemi Date: Wed, 28 Feb 2018 00:46:16 +0100 Subject: cocoa-cb: make fullscreen resize animation duration configurable --- DOCS/man/options.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'DOCS') 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=`` + 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=`` 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 -- cgit v1.2.3