comparison src/video/SDL_sysvideo.h @ 3280:00cace2d9080

Merged a cleaned up version of Jiang's code changes from Google Summer of Code 2009
author Sam Lantinga <slouken@libsdl.org>
date Sat, 19 Sep 2009 13:29:40 +0000
parents 720d176be107
children 1ed5d432e468
comparison
equal deleted inserted replaced
3279:fd207dce9f94 3280:00cace2d9080
275 void (*PumpEvents) (_THIS); 275 void (*PumpEvents) (_THIS);
276 276
277 /* Suspend the screensaver */ 277 /* Suspend the screensaver */
278 void (*SuspendScreenSaver) (_THIS); 278 void (*SuspendScreenSaver) (_THIS);
279 279
280 /* Text input */
281 void (*StartTextInput) (_THIS);
282 void (*StopTextInput) (_THIS);
283 void (*SetTextInputRect) (_THIS, SDL_Rect *rect);
284
280 /* * * */ 285 /* * * */
281 /* Data common to all drivers */ 286 /* Data common to all drivers */
282 SDL_bool suspend_screensaver; 287 SDL_bool suspend_screensaver;
283 int num_displays; 288 int num_displays;
284 SDL_VideoDisplay *displays; 289 SDL_VideoDisplay *displays;