From 7f9e338fe8362af3526d5e5ebc7365bdff51e769 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 16 Jul 2007 14:19:47 +0000 Subject: [PATCH] Fixed bug #460 Added SDL_VIDEO_OPENGL_CGL to the default Mac OS X config file. --- include/SDL_config_macosx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL_config_macosx.h b/include/SDL_config_macosx.h index 80f94ab7a..c3643dd3d 100644 --- a/include/SDL_config_macosx.h +++ b/include/SDL_config_macosx.h @@ -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