From 5b0ef3e7117a48917ad95bca25456515a4e98dcb Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 21 Sep 2009 08:58:51 +0000 Subject: [PATCH] Oh yeah, we have GLX support too. --- 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 018eac030..295b87245 100644 --- a/include/SDL_config_macosx.h +++ b/include/SDL_config_macosx.h @@ -136,6 +136,7 @@ /* Enable OpenGL support */ #define SDL_VIDEO_OPENGL 1 +#define SDL_VIDEO_OPENGL_GLX 1 /* Disable screensaver */ #define SDL_VIDEO_DISABLE_SCREENSAVER 1