Added code missed in the resolve

This commit is contained in:
Sam Lantinga 2013-12-05 09:29:04 -08:00
parent e2229f727f
commit e191f1f872

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;