summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2009-09-21 09:02:05 +0000
committerSam Lantinga <slouken@libsdl.org>2009-09-21 09:02:05 +0000
commitba55ec5f01eb0d930d428e5ecb15b0047f646d1b (patch)
treeef8769a0a7c9ced1385b82d7579a63ca131a9720 /include
parentd2a37d9894609b3d80632adb8de2671a3013ecc2 (diff)
Oh yeah, we have GLX support too.
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403852
Diffstat (limited to 'include')
-rw-r--r--include/SDL_config_macosx.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/include/SDL_config_macosx.h b/include/SDL_config_macosx.h
index 619e0d1a..8e2b5657 100644
--- a/include/SDL_config_macosx.h
+++ b/include/SDL_config_macosx.h
@@ -111,12 +111,7 @@
#define SDL_HAPTIC_IOKIT 1
/* Enable various shared object loading systems */
-#ifdef __ppc__
-/* For Mac OS X 10.2 compatibility */
-#define SDL_LOADSO_DLCOMPAT 1
-#else
#define SDL_LOADSO_DLOPEN 1
-#endif
/* Enable various threading systems */
#define SDL_THREAD_PTHREAD 1
@@ -142,10 +137,13 @@
#define SDL_VIDEO_DRIVER_X11_SCRNSAVER 1
#define SDL_VIDEO_DRIVER_X11_XV 1
+#define SDL_VIDEO_RENDER_OGL 1
+#define SDL_VIDEO_RENDER_X11 1
+
/* Enable OpenGL support */
#define SDL_VIDEO_OPENGL 1
#define SDL_VIDEO_OPENGL_CGL 1
-#define SDL_VIDEO_RENDER_OGL 1
+#define SDL_VIDEO_OPENGL_GLX 1
/* Enable system power support */
#define SDL_POWER_MACOSX 1