handle "AVI Window" in StretchDIBits as well
This commit is contained in:
parent
36ae25ea89
commit
b34ec49a13
1 changed files with 1 additions and 0 deletions
|
@ -899,6 +899,7 @@ int WINAPI fake_StretchDIBits(
|
|||
(hwnd == g_ddraw.hwnd ||
|
||||
(g_config.fixchilds && IsChild(g_ddraw.hwnd, hwnd) &&
|
||||
(g_config.fixchilds == FIX_CHILDS_DETECT_HIDE ||
|
||||
strcmp(class_name, "AVI Window") == 0 ||
|
||||
strcmp(class_name, "MCIAVI") == 0 ||
|
||||
strcmp(class_name, "AVIWnd32") == 0 ||
|
||||
strcmp(class_name, "MCIWndClass") == 0))))
|
||||
|
|
Loading…
Reference in a new issue