Mercurial > sdl-ios-xcode
diff src/video/win32/SDL_win32keyboard.h @ 4753:11b0a6a3eb4d
Changed Start/StopTextInput back to not take any parameters.
We call SDL_GetKeyboardFocus internally now.
author | dewyatt |
---|---|
date | Mon, 12 Jul 2010 14:17:43 -0400 |
parents | dc7bdcf06367 |
children |
line wrap: on
line diff
--- a/src/video/win32/SDL_win32keyboard.h Mon Jul 12 11:33:27 2010 -0400 +++ b/src/video/win32/SDL_win32keyboard.h Mon Jul 12 14:17:43 2010 -0400 @@ -31,8 +31,8 @@ extern void WIN_UpdateKeymap(void); extern void WIN_QuitKeyboard(_THIS); -extern void WIN_StartTextInput(_THIS, SDL_Window *window); -extern void WIN_StopTextInput(_THIS, SDL_Window *window); +extern void WIN_StartTextInput(_THIS); +extern void WIN_StopTextInput(_THIS); extern void WIN_SetTextInputRect(_THIS, SDL_Rect *rect); extern SDL_bool IME_HandleMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM *lParam, struct SDL_VideoData *videodata);