Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added missing line to make things compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
dewyatt committed Jul 6, 2010
1 parent fb05f1a commit 63f58db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/video/win32/SDL_win32keyboard.c
Expand Up @@ -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;

}

Expand Down

0 comments on commit 63f58db

Please sign in to comment.