Added SDL_VIDEO_OPENGL_CGL to the default Mac OS X config file.
This commit is contained in:
Sam Lantinga
2007-07-16 14:19:47 +00:00
parent 4c2ff36986
commit 7f9e338fe8

View File

@@ -121,6 +121,7 @@
/* Enable OpenGL support */
#define SDL_VIDEO_OPENGL 1
#define SDL_VIDEO_OPENGL_CGL 1
/* Enable assembly routines */
#define SDL_ASSEMBLY_ROUTINES 1