Mercurial > sdl-ios-xcode
comparison include/SDL_video.h @ 656:864e2d2a9a55
Merged in Ryan's multisample code for MacOS, and changed the constants to match.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 22 Jul 2003 15:33:28 +0000 |
parents | 9c42ee1b7d77 |
children | d27aab66c5d6 |
comparison
equal
deleted
inserted
replaced
655:9c42ee1b7d77 | 656:864e2d2a9a55 |
---|---|
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, | 221 SDL_GL_MULTISAMPLEBUFFERS, |
222 SDL_GL_SAMPLES | 222 SDL_GL_MULTISAMPLESAMPLES |
223 } SDL_GLattr; | 223 } SDL_GLattr; |
224 | 224 |
225 /* flags for SDL_SetPalette() */ | 225 /* flags for SDL_SetPalette() */ |
226 #define SDL_LOGPAL 0x01 | 226 #define SDL_LOGPAL 0x01 |
227 #define SDL_PHYSPAL 0x02 | 227 #define SDL_PHYSPAL 0x02 |