comparison include/SDL_config_macosx.h @ 2367:e75989d19f46 gsoc2008_iphone

Added SDL_VIDEO_RENDER_OGL macro back in
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Fri, 18 Jul 2008 18:22:41 +0000
parents a64c891037fd
children 491e43f427ee
comparison
equal deleted inserted replaced
2366:4a6d5bff9521 2367:e75989d19f46
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 #define SDL_VIDEO_OPENGL_CGL 1
125 #define SDL_VIDEO_RENDER_OGL 1
125 126
126 /* Enable assembly routines */ 127 /* Enable assembly routines */
127 #define SDL_ASSEMBLY_ROUTINES 1 128 #define SDL_ASSEMBLY_ROUTINES 1
128 #ifdef __ppc__ 129 #ifdef __ppc__
129 #define SDL_ALTIVEC_BLITTERS 1 130 #define SDL_ALTIVEC_BLITTERS 1