From 5ce008911953194bf0412fe31720b7a35c14f1c2 Mon Sep 17 00:00:00 2001 From: Holmes Futrell Date: Fri, 18 Jul 2008 18:22:41 +0000 Subject: [PATCH] Added SDL_VIDEO_RENDER_OGL macro back in --- 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 c3643dd3d..65418b4ca 100644 --- a/include/SDL_config_macosx.h +++ b/include/SDL_config_macosx.h @@ -122,6 +122,7 @@ /* Enable OpenGL support */ #define SDL_VIDEO_OPENGL 1 #define SDL_VIDEO_OPENGL_CGL 1 +#define SDL_VIDEO_RENDER_OGL 1 /* Enable assembly routines */ #define SDL_ASSEMBLY_ROUTINES 1