comparison include/SDL_config_macosx.h @ 3170:b7a48f533966

Initial work on power subsystem for SDL 1.3.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 07 Jun 2009 06:06:35 +0000
parents fb256fee28d8
children 77d6336711fc
comparison
equal deleted inserted replaced
3169:f294338ca6eb 3170:b7a48f533966
135 /* Enable OpenGL support */ 135 /* Enable OpenGL support */
136 #define SDL_VIDEO_OPENGL 1 136 #define SDL_VIDEO_OPENGL 1
137 #define SDL_VIDEO_OPENGL_CGL 1 137 #define SDL_VIDEO_OPENGL_CGL 1
138 #define SDL_VIDEO_RENDER_OGL 1 138 #define SDL_VIDEO_RENDER_OGL 1
139 139
140 /* Enable system power support */
141 #define SDL_POWER_MACOSX 1
142
140 /* Enable assembly routines */ 143 /* Enable assembly routines */
141 #define SDL_ASSEMBLY_ROUTINES 1 144 #define SDL_ASSEMBLY_ROUTINES 1
142 #ifdef __ppc__ 145 #ifdef __ppc__
143 #define SDL_ALTIVEC_BLITTERS 1 146 #define SDL_ALTIVEC_BLITTERS 1
144 #endif 147 #endif