From 2f54acf3be72f0b6cd7a68e5da77d4f29d2e4e43 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. --HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%403851 --- 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