comparison 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
comparison
equal deleted inserted replaced
3134:f896821736fb 3135:f4e553ec6a62
276 276
277 /* Suspend the screensaver */ 277 /* Suspend the screensaver */
278 void (*SuspendScreenSaver) (_THIS); 278 void (*SuspendScreenSaver) (_THIS);
279 279
280 /* Text input */ 280 /* Text input */
281 void (*StartTextInput) (_THIS, SDL_Rect *rect); 281 void (*StartTextInput) (_THIS, SDL_Window *window);
282 void (*StopTextInput) (_THIS);
283 void (*SetTextInputRect) (_THIS, SDL_Rect *rect);
282 284
283 /* * * */ 285 /* * * */
284 /* Data common to all drivers */ 286 /* Data common to all drivers */
285 SDL_bool suspend_screensaver; 287 SDL_bool suspend_screensaver;
286 int num_displays; 288 int num_displays;