Skip to content

liblvc: set WS_CLIPCHILDREN early in set_hwnd

Steve Lhomme requested to merge robUx4/vlc:hwnd_clip into master

It normally called in the UI thread so there's less chance that it will block in the vout window thread.

It can deadlock when the UI thread is blocked during a libvlc call. The SetWindowLong never returns in that case.

Merge request reports