Mercurial > sdl-ios-xcode
diff include/SDL_keyboard.h @ 4751:f3908cd80b10
Changed StopTextInput to take an SDL_Window parameter.
author | dewyatt |
---|---|
date | Sat, 10 Jul 2010 13:15:47 -0400 |
parents | 22aa6a631d34 |
children | 11b0a6a3eb4d |
line wrap: on
line diff
--- a/include/SDL_keyboard.h Thu Jul 08 01:35:47 2010 -0400 +++ b/include/SDL_keyboard.h Sat Jul 10 13:15:47 2010 -0400 @@ -147,7 +147,7 @@ * * \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.