move is_wine bool to g_config
This commit is contained in:
parent
f79b7db8cd
commit
e9b585f440
7 changed files with 15 additions and 13 deletions
|
@ -955,7 +955,7 @@ HRESULT dds_Lock(
|
|||
|
||||
dbg_dump_dds_lock_flags(dwFlags);
|
||||
|
||||
if (g_ddraw && g_config.fixnotresponding && !g_ddraw->wine)
|
||||
if (g_ddraw && g_config.fixnotresponding && !g_config.is_wine)
|
||||
{
|
||||
MSG msg; /* workaround for "Not Responding" window problem */
|
||||
real_PeekMessageA(&msg, g_ddraw->hwnd, 0, 0, PM_NOREMOVE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue