Added SDL_VIDEO_OPENGL_CGL to the default Mac OS X config file.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402552
This commit is contained in:
Sam Lantinga 2007-07-16 14:19:47 +00:00
parent 2094bfe8bf
commit eba7e38433

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