comparison src/video/cocoa/SDL_cocoavideo.m @ 3135:f4e553ec6a62 gsoc2009_IME

Update API, first step: make it build
author Jiang Jiang <gzjjgod@gmail.com>
date Thu, 06 Aug 2009 08:56:48 +0000
parents fef1a835af43
children
comparison
equal deleted inserted replaced
3134:f896821736fb 3135:f4e553ec6a62
101 device->GL_SwapWindow = Cocoa_GL_SwapWindow; 101 device->GL_SwapWindow = Cocoa_GL_SwapWindow;
102 device->GL_DeleteContext = Cocoa_GL_DeleteContext; 102 device->GL_DeleteContext = Cocoa_GL_DeleteContext;
103 #endif 103 #endif
104 104
105 device->StartTextInput = Cocoa_StartTextInput; 105 device->StartTextInput = Cocoa_StartTextInput;
106 device->StopTextInput = Cocoa_StopTextInput;
107 device->SetTextInputRect = Cocoa_SetTextInputRect;
106 108
107 device->free = Cocoa_DeleteDevice; 109 device->free = Cocoa_DeleteDevice;
108 110
109 return device; 111 return device;
110 } 112 }