Added code missed in the resolve

This commit is contained in:
Sam Lantinga 2013-12-05 09:29:04 -08:00
parent 43825e275a
commit 7afb76824e
1 changed files with 2 additions and 0 deletions

View File

@ -418,6 +418,8 @@ WIN_WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
if (SDL_GetKeyboardFocus() == data->window) { if (SDL_GetKeyboardFocus() == data->window) {
SDL_SetKeyboardFocus(NULL); SDL_SetKeyboardFocus(NULL);
} }
ClipCursor(NULL);
} }
} }
returnCode = 0; returnCode = 0;