Mercurial > sdl-ios-xcode
diff src/video/win32/SDL_win32video.c @ 4750:22aa6a631d34
Changed StartTextInput to take an SDL_Window parameter.
author | dewyatt |
---|---|
date | Thu, 08 Jul 2010 01:35:47 -0400 |
parents | 5284a3b3217a |
children | 436183eb30c8 |
line wrap: on
line diff
--- a/src/video/win32/SDL_win32video.c Tue Jul 06 08:22:36 2010 -0700 +++ b/src/video/win32/SDL_win32video.c Thu Jul 08 01:35:47 2010 -0400 @@ -163,7 +163,7 @@ device->GL_DeleteContext = WIN_GL_DeleteContext; #endif device->StartTextInput = WIN_StartTextInput; - device->StopTextInput = WIN_StartTextInput; + device->StopTextInput = WIN_StopTextInput; device->SetTextInputRect = WIN_SetTextInputRect; device->free = WIN_DeleteDevice;