Skip to content

Commit

Permalink
handle "AVI Window" in StretchDIBits as well
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Apr 25, 2024
1 parent 36ae25e commit b34ec49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/winapi_hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))))
Expand Down

0 comments on commit b34ec49

Please sign in to comment.