mirror of
https://github.com/yawut/SDL.git
synced 2026-06-23 21:11:22 -05:00
Added missing line to make things compile.
This commit is contained in:
parent
cbce4ce856
commit
be448bd2f8
|
|
@ -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…
Reference in New Issue
Block a user