Module: wine Branch: master Commit: 8c9ccf86226d261189f43dfa37f39dbe2cff230e URL: https://gitlab.winehq.org/wine/wine/-/commit/8c9ccf86226d261189f43dfa37f39db...
Author: Akihiro Sagawa sagawa.aki@gmail.com Date: Sun Jul 31 21:51:47 2022 +0900
mciqtz32: Correct video window behavior by creating default window.
Now the video renderer window by IVideoWindow always has WS_CHILD style regardless open parameters.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52448 Signed-off-by: Akihiro Sagawa sagawa.aki@gmail.com
---
dlls/mciqtz32/mciqtz.c | 133 ++++++++++++++++++++++++++++++----------- dlls/mciqtz32/mciqtz_private.h | 1 + dlls/winmm/tests/mci.c | 42 ++++++------- 3 files changed, 117 insertions(+), 59 deletions(-)