Added SDL_GL_STEREO for stereoscopic OpenGL contexts

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40451
This commit is contained in:
Sam Lantinga 2002-08-19 17:58:08 +00:00
parent 79fc29317c
commit a05e8ec098
8 changed files with 51 additions and 18 deletions

View file

@ -215,7 +215,8 @@ typedef enum {
SDL_GL_ACCUM_RED_SIZE,
SDL_GL_ACCUM_GREEN_SIZE,
SDL_GL_ACCUM_BLUE_SIZE,
SDL_GL_ACCUM_ALPHA_SIZE
SDL_GL_ACCUM_ALPHA_SIZE,
SDL_GL_STEREO
} SDL_GLattr;
/* flags for SDL_SetPalette() */