Skip to content

[3.0] libvlc: force the caller to set WS_CLIPCHILDREN with set_hwnd

Steve Lhomme requested to merge robUx4/vlc:30_force_clip_win into 3.0.x

Backport of !4885 (merged)

It's not actually enforced for the caller because we don't know in which thread set_hwnd() is called.

We also don't check if it's set because it might be on purpose and updated dynamically.

Merge request reports