comparison include/SDL_config_macosx.h @ 3290:e9342b136401

Oh yeah, we have GLX support too.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 21 Sep 2009 09:02:05 +0000
parents 5fd1c33ad07a
children 4ec48602f1db
comparison
equal deleted inserted replaced
3289:5fd1c33ad07a 3290:e9342b136401
109 /* Enable various input drivers */ 109 /* Enable various input drivers */
110 #define SDL_JOYSTICK_IOKIT 1 110 #define SDL_JOYSTICK_IOKIT 1
111 #define SDL_HAPTIC_IOKIT 1 111 #define SDL_HAPTIC_IOKIT 1
112 112
113 /* Enable various shared object loading systems */ 113 /* Enable various shared object loading systems */
114 #ifdef __ppc__
115 /* For Mac OS X 10.2 compatibility */
116 #define SDL_LOADSO_DLCOMPAT 1
117 #else
118 #define SDL_LOADSO_DLOPEN 1 114 #define SDL_LOADSO_DLOPEN 1
119 #endif
120 115
121 /* Enable various threading systems */ 116 /* Enable various threading systems */
122 #define SDL_THREAD_PTHREAD 1 117 #define SDL_THREAD_PTHREAD 1
123 #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1 118 #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
124 119
140 #define SDL_VIDEO_DRIVER_X11_XRANDR 1 135 #define SDL_VIDEO_DRIVER_X11_XRANDR 1
141 #define SDL_VIDEO_DRIVER_X11_XINPUT 1 136 #define SDL_VIDEO_DRIVER_X11_XINPUT 1
142 #define SDL_VIDEO_DRIVER_X11_SCRNSAVER 1 137 #define SDL_VIDEO_DRIVER_X11_SCRNSAVER 1
143 #define SDL_VIDEO_DRIVER_X11_XV 1 138 #define SDL_VIDEO_DRIVER_X11_XV 1
144 139
140 #define SDL_VIDEO_RENDER_OGL 1
141 #define SDL_VIDEO_RENDER_X11 1
142
145 /* Enable OpenGL support */ 143 /* Enable OpenGL support */
146 #define SDL_VIDEO_OPENGL 1 144 #define SDL_VIDEO_OPENGL 1
147 #define SDL_VIDEO_OPENGL_CGL 1 145 #define SDL_VIDEO_OPENGL_CGL 1
148 #define SDL_VIDEO_RENDER_OGL 1 146 #define SDL_VIDEO_OPENGL_GLX 1
149 147
150 /* Enable system power support */ 148 /* Enable system power support */
151 #define SDL_POWER_MACOSX 1 149 #define SDL_POWER_MACOSX 1
152 150
153 /* Enable assembly routines */ 151 /* Enable assembly routines */