Mercurial > sdl-ios-xcode
diff src/video/SDL_sysvideo.h @ 3135:f4e553ec6a62 gsoc2009_IME
Update API, first step: make it build
author | Jiang Jiang <gzjjgod@gmail.com> |
---|---|
date | Thu, 06 Aug 2009 08:56:48 +0000 |
parents | fef1a835af43 |
children | 962357f325e1 |
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h Thu Aug 06 08:53:00 2009 +0000 +++ b/src/video/SDL_sysvideo.h Thu Aug 06 08:56:48 2009 +0000 @@ -278,7 +278,9 @@ void (*SuspendScreenSaver) (_THIS); /* Text input */ - void (*StartTextInput) (_THIS, SDL_Rect *rect); + void (*StartTextInput) (_THIS, SDL_Window *window); + void (*StopTextInput) (_THIS); + void (*SetTextInputRect) (_THIS, SDL_Rect *rect); /* * * */ /* Data common to all drivers */