Commit 9fad608a authored by dewyatt's avatar dewyatt

Added missing line to make things compile.

parent a9eb1670
......@@ -125,6 +125,7 @@ WIN_QuitKeyboard(_THIS)
void
WIN_StartTextInput(_THIS)
{
SDL_Window *window = SDL_GetKeyboardFocus();
HWND hwnd = ((SDL_WindowData *) window->driverdata)->hwnd;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment