Revert "always enable fixnotresponding patch"
This reverts commit a80ffeb7aa
.
This commit is contained in:
parent
3333539e34
commit
56488f9dac
4 changed files with 8 additions and 9 deletions
8
src/dd.c
8
src/dd.c
|
@ -711,12 +711,8 @@ HRESULT dd_SetDisplayMode(DWORD dwWidth, DWORD dwHeight, DWORD dwBPP, DWORD dwFl
|
|||
|
||||
if (g_ddraw->windowed)
|
||||
{
|
||||
/* workaround for "Not Responding" window problem in cnc games */
|
||||
if (GetCurrentThreadId() == g_ddraw->gui_thread_id)
|
||||
{
|
||||
MSG msg;
|
||||
PeekMessage(&msg, g_ddraw->hwnd, 0, 0, PM_NOREMOVE);
|
||||
}
|
||||
MSG msg; /* workaround for "Not Responding" window problem in cnc games */
|
||||
PeekMessage(&msg, g_ddraw->hwnd, 0, 0, PM_NOREMOVE);
|
||||
|
||||
if (!border)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue