1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

don't send WM_ACTIVATEAPP yet (needs more testing)

This commit is contained in:
FunkyFr3sh 2024-05-30 22:53:01 +02:00
parent cff92182f9
commit 4f5c332cd5

View File

@ -1015,7 +1015,7 @@ HRESULT dd_SetDisplayMode(DWORD dwWidth, DWORD dwHeight, DWORD dwBPP, DWORD dwFl
if (dwFlags & SDM_MODE_SET_BY_GAME)
{
real_SendMessageA(g_ddraw.hwnd, WM_ACTIVATEAPP, 1, 0);
//real_SendMessageA(g_ddraw.hwnd, WM_ACTIVATEAPP, 1, 0);
}
}
else