changeset 4750 | 22aa6a631d34 |
parent 4472 | 791b3256fb22 |
child 4751 | f3908cd80b10 |
1.1 --- a/src/video/SDL_sysvideo.h Tue Jul 06 08:22:36 2010 -0700 1.2 +++ b/src/video/SDL_sysvideo.h Thu Jul 08 01:35:47 2010 -0400 1.3 @@ -299,7 +299,7 @@ 1.4 void (*SuspendScreenSaver) (_THIS); 1.5 1.6 /* Text input */ 1.7 - void (*StartTextInput) (_THIS); 1.8 + void (*StartTextInput) (_THIS, SDL_Window *window); 1.9 void (*StopTextInput) (_THIS); 1.10 void (*SetTextInputRect) (_THIS, SDL_Rect *rect); 1.11