Skip to content

win32: drawable: replace the internal HWND with a hook on the parent Window

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

Every time the parent receives a message, we check if the size has not changed.

The window hook only works if we have a DLL. This is the case in regular windows builds. It won't work if it's very built statically.

We do not use an internal HWND anymore that was not always getting the WM_SIZE events.

Merge request reports