Added missing line to make things compile.
This commit is contained in:
parent
a9eb1670a1
commit
9fad608a86
1 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,8 @@ WIN_QuitKeyboard(_THIS)
|
|||
void
|
||||
WIN_StartTextInput(_THIS)
|
||||
{
|
||||
HWND hwnd = ((SDL_WindowData *) window->driverdata)->hwnd;
|
||||
SDL_Window *window = SDL_GetKeyboardFocus();
|
||||
HWND hwnd = ((SDL_WindowData *) window->driverdata)->hwnd;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue