Merged in Ryan's multisample code for MacOS, and changed the constants to match.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40657
This commit is contained in:
Sam Lantinga 2003-07-22 15:33:28 +00:00
parent 800e2d5ebd
commit 52e1d76995
10 changed files with 51 additions and 29 deletions

View file

@ -218,8 +218,8 @@ typedef enum {
SDL_GL_ACCUM_BLUE_SIZE,
SDL_GL_ACCUM_ALPHA_SIZE,
SDL_GL_STEREO,
SDL_GL_SAMPLE_BUFFERS,
SDL_GL_SAMPLES
SDL_GL_MULTISAMPLEBUFFERS,
SDL_GL_MULTISAMPLESAMPLES
} SDL_GLattr;
/* flags for SDL_SetPalette() */