@@ -5244,7 +5244,7 @@ <h2>Input</h2>
5244
5244
implementation-defined.</p>
5245
5245
</dd>
5246
5246
<dt><tt class="docutils literal"><span class="pre">--input-right-alt-gr</span></tt>, <tt class="docutils literal"><span class="pre">--no-input-right-alt-gr</span></tt></dt>
5247
- <dd>(Cocoa and Windows only)
5247
+ <dd>(macOS and Windows only)
5248
5248
Use the right Alt key as Alt Gr to produce special characters. If disabled,
5249
5249
count the right Alt as an Alt modifier key. Enabled by default.</dd>
5250
5250
<dt><tt class="docutils literal"><span class="pre">--input-vo-keyboard=<yes|no></span></tt></dt>
@@ -7098,20 +7098,20 @@ <h2>GPU renderer options</h2>
7098
7098
usual pixel format could not be created, <tt class="docutils literal">yes</tt> will always only use the
7099
7099
software renderer, and <tt class="docutils literal">auto</tt> only falls back to the software renderer
7100
7100
when the usual pixel format couldn't be created.</p>
7101
- <p class="last">macOS only.</p>
7101
+ <p class="last">macOS and cocoa-cb only.</p>
7102
7102
</dd>
7103
7103
<dt><tt class="docutils literal"><span class="pre">--cocoa-cb-10bit-context=<yes|no></span></tt></dt>
7104
7104
<dd><p class="first">Creates a 10bit capable pixel format for the context creation (default: yes).
7105
7105
Instead of 8bit integer framebuffer a 16bit half-float framebuffer is
7106
7106
requested.</p>
7107
- <p class="last">macOS only.</p>
7107
+ <p class="last">macOS and cocoa-cb only.</p>
7108
7108
</dd>
7109
7109
<dt><tt class="docutils literal"><span class="pre">--macos-title-bar-appearance=<appearance></span></tt></dt>
7110
7110
<dd><p class="first">Sets the appearance of the title bar (default: auto). Not all combinations
7111
7111
of appearances and <tt class="docutils literal"><span class="pre">--macos-title-bar-material</span></tt> materials make sense or
7112
7112
are unique. Appearances that are not supported by you current macOS version
7113
7113
fall back to the default value.
7114
- macOS and cocoa-cb only</p>
7114
+ macOS only</p>
7115
7115
<p><tt class="docutils literal"><appearance></tt> can be one of the following:</p>
7116
7116
<table class="last docutils field-list" frame="void" rules="none">
7117
7117
<col class="field-name" />
@@ -7153,7 +7153,7 @@ <h2>GPU renderer options</h2>
7153
7153
<tt class="docutils literal"><span class="pre">--macos-title-bar-appearance</span></tt> appearances make sense or are unique.
7154
7154
Materials that are not supported by you current macOS version fall back to
7155
7155
the default value.
7156
- macOS and cocoa-cb only</p>
7156
+ macOS only</p>
7157
7157
<p><tt class="docutils literal"><material></tt> can be one of the following:</p>
7158
7158
<table class="last docutils field-list" frame="void" rules="none">
7159
7159
<col class="field-name" />
@@ -7227,7 +7227,7 @@ <h2>GPU renderer options</h2>
7227
7227
1000ms since it's possible that Apple or the user changes the system
7228
7228
defaults. Anything higher than 1000ms though seems too long and shouldn't be
7229
7229
set anyway.
7230
- (macOS and cocoa-cb only )</dd>
7230
+ (macOS)</dd>
7231
7231
<dt><tt class="docutils literal"><span class="pre">--macos-app-activation-policy=<regular|accessory|prohibited></span></tt></dt>
7232
7232
<dd><p class="first">Changes the App activation policy. With accessory the mpv icon in the Dock
7233
7233
can be hidden. (default: regular)</p>
@@ -7276,8 +7276,6 @@ <h2>GPU renderer options</h2>
7276
7276
<dl class="last docutils">
7277
7277
<dt>auto</dt>
7278
7278
<dd>auto-select (default)</dd>
7279
- <dt>cocoa</dt>
7280
- <dd>Cocoa/macOS (deprecated, use --vo=libmpv instead)</dd>
7281
7279
<dt>win</dt>
7282
7280
<dd>Win32/WGL</dd>
7283
7281
<dt>winvk</dt>
0 commit comments