summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2023-11-24 19:49:35 +0100
committerder richter <der.richter@gmx.de>2023-11-25 19:31:26 +0100
commit6898d57d98f1dbe2253585d39a8fa7b57a04d273 (patch)
tree22bf23f756c61a9d3119badcaa0050b912058c62 /DOCS/man/options.rst
parentcc09a28d96387fd8337fedb3fa0e7b613ce74d40 (diff)
downloadmpv-6898d57d98f1dbe2253585d39a8fa7b57a04d273.tar.bz2
mpv-6898d57d98f1dbe2253585d39a8fa7b57a04d273.tar.xz
DOCS/options: remove the mention of cocoa and its removed backend
the cocoa backend was removed and all functionality is either available on all macOS backends or explicitly only with cocoa-cb. the manual should properly reflect that change. also remove the last mention of the old cocoa backend.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst14
1 files changed, 6 insertions, 8 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 36693c254f..6025705a99 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4142,7 +4142,7 @@ Input
implementation-defined.
``--input-right-alt-gr``, ``--no-input-right-alt-gr``
- (Cocoa and Windows only)
+ (macOS and Windows only)
Use the right Alt key as Alt Gr to produce special characters. If disabled,
count the right Alt as an Alt modifier key. Enabled by default.
@@ -6195,21 +6195,21 @@ them.
software renderer, and ``auto`` only falls back to the software renderer
when the usual pixel format couldn't be created.
- macOS only.
+ macOS and cocoa-cb only.
``--cocoa-cb-10bit-context=<yes|no>``
Creates a 10bit capable pixel format for the context creation (default: yes).
Instead of 8bit integer framebuffer a 16bit half-float framebuffer is
requested.
- macOS only.
+ macOS and cocoa-cb only.
``--macos-title-bar-appearance=<appearance>``
Sets the appearance of the title bar (default: auto). Not all combinations
of appearances and ``--macos-title-bar-material`` materials make sense or
are unique. Appearances that are not supported by you current macOS version
fall back to the default value.
- macOS and cocoa-cb only
+ macOS only
``<appearance>`` can be one of the following:
@@ -6234,7 +6234,7 @@ them.
``--macos-title-bar-appearance`` appearances make sense or are unique.
Materials that are not supported by you current macOS version fall back to
the default value.
- macOS and cocoa-cb only
+ macOS only
``<material>`` can be one of the following:
@@ -6283,7 +6283,7 @@ them.
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.
- (macOS and cocoa-cb only)
+ (macOS)
``--macos-app-activation-policy=<regular|accessory|prohibited>``
@@ -6331,8 +6331,6 @@ them.
auto
auto-select (default)
- cocoa
- Cocoa/macOS (deprecated, use --vo=libmpv instead)
win
Win32/WGL
winvk