Platform/Win32/Win32Display.cpp: change OutputDebugString() to Log::debug()
This commit is contained in:
parent
f0d769c923
commit
2da0f7e712
1 changed files with 2 additions and 2 deletions
|
|
@ -296,10 +296,10 @@ void Win32Display::processMessage(UINT message, WPARAM wParam, LPARAM lParam)
|
|||
PostQuitMessage(0);
|
||||
break;
|
||||
case WM_SETFOCUS :
|
||||
OutputDebugString("WM_SETFOCUS\n");
|
||||
Log::debug("WM_SETFOCUS");
|
||||
break;
|
||||
case WM_KILLFOCUS :
|
||||
OutputDebugString("WM_KILLFOCUS\n");
|
||||
Log::debug("WM_KILLFOCUS");
|
||||
break;
|
||||
case WM_SIZE :
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue