Mercurial > sdl-ios-xcode
diff src/video/SDL_sysvideo.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 | f3908cd80b10 |
children | 436183eb30c8 |
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h Mon Jul 12 11:33:27 2010 -0400 +++ b/src/video/SDL_sysvideo.h Mon Jul 12 14:17:43 2010 -0400 @@ -299,8 +299,8 @@ void (*SuspendScreenSaver) (_THIS); /* Text input */ - void (*StartTextInput) (_THIS, SDL_Window *window); - void (*StopTextInput) (_THIS, SDL_Window *window); + void (*StartTextInput) (_THIS); + void (*StopTextInput) (_THIS); void (*SetTextInputRect) (_THIS, SDL_Rect *rect); /* * * */