comparison 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
comparison
equal deleted inserted replaced
4749:0fa503d49cb4 4750:22aa6a631d34
161 device->GL_GetSwapInterval = WIN_GL_GetSwapInterval; 161 device->GL_GetSwapInterval = WIN_GL_GetSwapInterval;
162 device->GL_SwapWindow = WIN_GL_SwapWindow; 162 device->GL_SwapWindow = WIN_GL_SwapWindow;
163 device->GL_DeleteContext = WIN_GL_DeleteContext; 163 device->GL_DeleteContext = WIN_GL_DeleteContext;
164 #endif 164 #endif
165 device->StartTextInput = WIN_StartTextInput; 165 device->StartTextInput = WIN_StartTextInput;
166 device->StopTextInput = WIN_StartTextInput; 166 device->StopTextInput = WIN_StopTextInput;
167 device->SetTextInputRect = WIN_SetTextInputRect; 167 device->SetTextInputRect = WIN_SetTextInputRect;
168 168
169 device->free = WIN_DeleteDevice; 169 device->free = WIN_DeleteDevice;
170 170
171 return device; 171 return device;