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