Mercurial > sdl-ios-xcode
diff src/video/cocoa/SDL_cocoavideo.m @ 1933:7ee5297340f7
Implemented Cocoa window support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 24 Jul 2006 05:03:02 +0000 |
parents | 103c6fec2a60 |
children | 83946ee0ff1f |
line wrap: on
line diff
--- a/src/video/cocoa/SDL_cocoavideo.m Sun Jul 23 09:16:14 2006 +0000 +++ b/src/video/cocoa/SDL_cocoavideo.m Mon Jul 24 05:03:02 2006 +0000 @@ -73,7 +73,6 @@ device->SetDisplayMode = Cocoa_SetDisplayMode; device->PumpEvents = Cocoa_PumpEvents; - /* device->CreateWindow = Cocoa_CreateWindow; device->CreateWindowFrom = Cocoa_CreateWindowFrom; device->SetWindowTitle = Cocoa_SetWindowTitle; @@ -88,6 +87,7 @@ device->SetWindowGrab = Cocoa_SetWindowGrab; device->DestroyWindow = Cocoa_DestroyWindow; device->GetWindowWMInfo = Cocoa_GetWindowWMInfo; + /* #ifdef SDL_VIDEO_OPENGL device->GL_LoadLibrary = Cocoa_GL_LoadLibrary; device->GL_GetProcAddress = Cocoa_GL_GetProcAddress;