comparison src/video/SDL_sysvideo.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
comparison
equal deleted inserted replaced
4750:22aa6a631d34 4751:f3908cd80b10
298 /* Suspend the screensaver */ 298 /* Suspend the screensaver */
299 void (*SuspendScreenSaver) (_THIS); 299 void (*SuspendScreenSaver) (_THIS);
300 300
301 /* Text input */ 301 /* Text input */
302 void (*StartTextInput) (_THIS, SDL_Window *window); 302 void (*StartTextInput) (_THIS, SDL_Window *window);
303 void (*StopTextInput) (_THIS); 303 void (*StopTextInput) (_THIS, SDL_Window *window);
304 void (*SetTextInputRect) (_THIS, SDL_Rect *rect); 304 void (*SetTextInputRect) (_THIS, SDL_Rect *rect);
305 305
306 /* * * */ 306 /* * * */
307 /* Data common to all drivers */ 307 /* Data common to all drivers */
308 SDL_bool suspend_screensaver; 308 SDL_bool suspend_screensaver;