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,6 +125,7 @@ WIN_QuitKeyboard(_THIS)
|
||||||
void
|
void
|
||||||
WIN_StartTextInput(_THIS)
|
WIN_StartTextInput(_THIS)
|
||||||
{
|
{
|
||||||
|
SDL_Window *window = SDL_GetKeyboardFocus();
|
||||||
HWND hwnd = ((SDL_WindowData *) window->driverdata)->hwnd;
|
HWND hwnd = ((SDL_WindowData *) window->driverdata)->hwnd;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue