comparison include/SDL_config_macosx.h @ 2205:a64c891037fd

Fixed bug #460 Added SDL_VIDEO_OPENGL_CGL to the default Mac OS X config file.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 16 Jul 2007 14:19:47 +0000
parents e554a6547303
children e75989d19f46
comparison
equal deleted inserted replaced
2204:9f64d06fa168 2205:a64c891037fd
119 #define SDL_VIDEO_DRIVER_COCOA 1 119 #define SDL_VIDEO_DRIVER_COCOA 1
120 #define SDL_VIDEO_DRIVER_DUMMY 1 120 #define SDL_VIDEO_DRIVER_DUMMY 1
121 121
122 /* Enable OpenGL support */ 122 /* Enable OpenGL support */
123 #define SDL_VIDEO_OPENGL 1 123 #define SDL_VIDEO_OPENGL 1
124 #define SDL_VIDEO_OPENGL_CGL 1
124 125
125 /* Enable assembly routines */ 126 /* Enable assembly routines */
126 #define SDL_ASSEMBLY_ROUTINES 1 127 #define SDL_ASSEMBLY_ROUTINES 1
127 #ifdef __ppc__ 128 #ifdef __ppc__
128 #define SDL_ALTIVEC_BLITTERS 1 129 #define SDL_ALTIVEC_BLITTERS 1