diff src/video/win32/SDL_win32video.c @ 4763:518d1679d2d0

Merged Daniel's Google Summer of Code work from SDL-gsoc2010_IME
author Sam Lantinga <slouken@libsdl.org>
date Sun, 22 Aug 2010 12:39:27 -0700
parents e1664f94f026 bb2e32f5a556
children 7b1d35d98294
line wrap: on
line diff
--- a/src/video/win32/SDL_win32video.c	Sun Aug 22 12:35:34 2010 -0700
+++ b/src/video/win32/SDL_win32video.c	Sun Aug 22 12:39:27 2010 -0700
@@ -191,6 +191,9 @@
     device->GL_SwapWindow = WIN_GL_SwapWindow;
     device->GL_DeleteContext = WIN_GL_DeleteContext;
 #endif
+    device->StartTextInput = WIN_StartTextInput;
+    device->StopTextInput = WIN_StopTextInput;
+    device->SetTextInputRect = WIN_SetTextInputRect;
 
     device->SetClipboardText = WIN_SetClipboardText;
     device->GetClipboardText = WIN_GetClipboardText;