doc: document that WS_CLIPCHILDREN must be set with set_hwnd()

So we don't have to do it internally in a potentially locking call.

(cherry picked from commit 102e479152)
Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
This commit is contained in:
Steve Lhomme 2024-02-05 10:03:12 +01:00
parent 6001960974
commit cf7a7d34be
1 changed files with 2 additions and 0 deletions

View File

@ -559,6 +559,8 @@ LIBVLC_API uint32_t libvlc_media_player_get_xwindow ( libvlc_media_player_t *p_m
* render its video output. If LibVLC was built without Win32/Win64 API output
* support, then this has no effects.
*
* \warning the HWND must have the WS_CLIPCHILDREN set in its style.
*
* \param p_mi the Media Player
* \param drawable windows handle of the drawable
*/