comparison src/video/win32/SDL_win32video.c @ 4747:5284a3b3217a

Added empty text input functions for win32.
author dewyatt
date Tue, 06 Jul 2010 02:34:49 -0400
parents 3e69e077cb95
children 22aa6a631d34
comparison
equal deleted inserted replaced
4746:0c39b36dd104 4747:5284a3b3217a
160 device->GL_SetSwapInterval = WIN_GL_SetSwapInterval; 160 device->GL_SetSwapInterval = WIN_GL_SetSwapInterval;
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;
166 device->StopTextInput = WIN_StartTextInput;
167 device->SetTextInputRect = WIN_SetTextInputRect;
165 168
166 device->free = WIN_DeleteDevice; 169 device->free = WIN_DeleteDevice;
167 170
168 return device; 171 return device;
169 } 172 }