equal
deleted
inserted
replaced
213 SDL_GL_DEPTH_SIZE, |
213 SDL_GL_DEPTH_SIZE, |
214 SDL_GL_STENCIL_SIZE, |
214 SDL_GL_STENCIL_SIZE, |
215 SDL_GL_ACCUM_RED_SIZE, |
215 SDL_GL_ACCUM_RED_SIZE, |
216 SDL_GL_ACCUM_GREEN_SIZE, |
216 SDL_GL_ACCUM_GREEN_SIZE, |
217 SDL_GL_ACCUM_BLUE_SIZE, |
217 SDL_GL_ACCUM_BLUE_SIZE, |
218 SDL_GL_ACCUM_ALPHA_SIZE |
218 SDL_GL_ACCUM_ALPHA_SIZE, |
|
219 SDL_GL_STEREO |
219 } SDL_GLattr; |
220 } SDL_GLattr; |
220 |
221 |
221 /* flags for SDL_SetPalette() */ |
222 /* flags for SDL_SetPalette() */ |
222 #define SDL_LOGPAL 0x01 |
223 #define SDL_LOGPAL 0x01 |
223 #define SDL_PHYSPAL 0x02 |
224 #define SDL_PHYSPAL 0x02 |