Mercurial > sdl-ios-xcode
comparison src/video/cocoa/SDL_cocoavideo.h @ 1936:83946ee0ff1f
Implemented OpenGL support on Mac OS X
The OpenGL renderer works without changes, yay! :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 25 Jul 2006 06:22:42 +0000 |
parents | 70139af5ac27 |
children | 25d6537feea4 |
comparison
equal
deleted
inserted
replaced
1935:8a9b367a80f3 | 1936:83946ee0ff1f |
---|---|
31 | 31 |
32 #include "SDL_cocoaevents.h" | 32 #include "SDL_cocoaevents.h" |
33 #include "SDL_cocoakeyboard.h" | 33 #include "SDL_cocoakeyboard.h" |
34 #include "SDL_cocoamodes.h" | 34 #include "SDL_cocoamodes.h" |
35 #include "SDL_cocoamouse.h" | 35 #include "SDL_cocoamouse.h" |
36 /* | |
37 #include "SDL_cocoaopengl.h" | 36 #include "SDL_cocoaopengl.h" |
38 */ | |
39 #include "SDL_cocoawindow.h" | 37 #include "SDL_cocoawindow.h" |
40 | 38 |
41 /* Private display data */ | 39 /* Private display data */ |
42 | 40 |
43 typedef struct SDL_VideoData | 41 typedef struct SDL_VideoData |