don't send WM_ACTIVATEAPP yet (needs more testing)
This commit is contained in:
parent
cff92182f9
commit
4f5c332cd5
1 changed files with 1 additions and 1 deletions
2
src/dd.c
2
src/dd.c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue