Changed StopTextInput to take an SDL_Window parameter.

This commit is contained in:
dewyatt 2010-07-10 13:15:47 -04:00
parent 2beaeb4080
commit 2f1a5c4653
6 changed files with 7 additions and 7 deletions

View file

@ -147,7 +147,7 @@ extern DECLSPEC void SDLCALL SDL_StartTextInput(SDL_Window *window);
*
* \sa SDL_StartTextInput()
*/
extern DECLSPEC void SDLCALL SDL_StopTextInput(void);
extern DECLSPEC void SDLCALL SDL_StopTextInput(SDL_Window *window);
/**
* \brief Set the rectangle used to type Unicode text inputs.