Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e1d11eb

Browse files
author
nadeko
committed
CI autodeploy
1 parent cc397f3 commit e1d11eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎manual/master/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4505,8 +4505,9 @@ <h2>Window</h2>
45054505
window fully. The value <tt class="docutils literal">0</tt> is interpreted specially, and mpv will
45064506
draw directly on the root window.</p>
45074507
<p>On win32, the ID is interpreted as <tt class="docutils literal">HWND</tt>. Pass it as value cast to
4508-
<tt class="docutils literal">intptr_t</tt>. mpv will create its own window, and set the wid window as
4509-
parent, like with X11.</p>
4508+
<tt class="docutils literal">uint32_t</tt> (all Windows handles are 32-bit), this is important as mpv will
4509+
not accept negative values. mpv will create its own window and set the
4510+
wid window as parent, like with X11.</p>
45104511
<p>On macOS/Cocoa, the ID is interpreted as <tt class="docutils literal">NSView*</tt>. Pass it as value cast
45114512
to <tt class="docutils literal">intptr_t</tt>. mpv will create its own sub-view. Because macOS does not
45124513
support window embedding of foreign processes, this works only with libmpv,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /