diff src/video/cocoa/SDL_cocoavideo.m @ 3280:00cace2d9080

Merged a cleaned up version of Jiang's code changes from Google Summer of Code 2009
author Sam Lantinga <slouken@libsdl.org>
date Sat, 19 Sep 2009 13:29:40 +0000
parents 089a77aebb7d
children 59ff7a2beb57
line wrap: on
line diff
--- a/src/video/cocoa/SDL_cocoavideo.m	Sat Sep 19 12:48:52 2009 +0000
+++ b/src/video/cocoa/SDL_cocoavideo.m	Sat Sep 19 13:29:40 2009 +0000
@@ -102,6 +102,10 @@
     device->GL_DeleteContext = Cocoa_GL_DeleteContext;
 #endif
 
+    device->StartTextInput = Cocoa_StartTextInput;
+    device->StopTextInput = Cocoa_StopTextInput;
+    device->SetTextInputRect = Cocoa_SetTextInputRect;
+
     device->free = Cocoa_DeleteDevice;
 
     return device;