changeset 2205:a64c891037fd

Fixed bug #460 Added SDL_VIDEO_OPENGL_CGL to the default Mac OS X config file.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 16 Jul 2007 14:19:47 +0000
parents 9f64d06fa168
children ca7d2227d630
files include/SDL_config_macosx.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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