# HG changeset patch
# User Sam Lantinga <slouken@libsdl.org>
# Date 1184595587 0
# Node ID a64c891037fdcbd887e5d77e4d7a0c6499a5c765
# Parent  9f64d06fa168214f8c9023bd003b7baf8fc7467a
Fixed bug #460

Added SDL_VIDEO_OPENGL_CGL to the default Mac OS X config file.

diff -r 9f64d06fa168 -r a64c891037fd include/SDL_config_macosx.h
--- 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