retry until device was reset
This commit is contained in:
parent
26175acde7
commit
4c620b224f
2 changed files with 5 additions and 1 deletions
|
@ -20,7 +20,8 @@ LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam
|
|||
#ifdef _DEBUG
|
||||
if (uMsg != WM_MOUSEMOVE && uMsg != WM_NCMOUSEMOVE && uMsg != WM_NCHITTEST && uMsg != WM_SETCURSOR &&
|
||||
uMsg != WM_KEYUP && uMsg != WM_KEYDOWN && uMsg != WM_CHAR && uMsg != WM_DEADCHAR && uMsg != WM_INPUT &&
|
||||
uMsg != WM_UNICHAR && uMsg != WM_IME_CHAR && uMsg != WM_IME_KEYDOWN && uMsg != WM_IME_KEYUP && uMsg != WM_TIMER)
|
||||
uMsg != WM_UNICHAR && uMsg != WM_IME_CHAR && uMsg != WM_IME_KEYDOWN && uMsg != WM_IME_KEYUP && uMsg != WM_TIMER &&
|
||||
uMsg != WM_D3D9DEVICELOST)
|
||||
{
|
||||
TRACE(
|
||||
" uMsg = %s (%d), wParam = %08X (%d), lParam = %08X (%d)\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue