Fixed bug #460
Added SDL_VIDEO_OPENGL_CGL to the default Mac OS X config file.
--- a/include/SDL_config_macosx.h Mon Jul 16 03:28:48 2007 +0000
+++ b/include/SDL_config_macosx.h Mon Jul 16 14:19:47 2007 +0000
@@ -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