Mercurial > sdl-ios-xcode
diff src/video/SDL_sysvideo.h @ 450:8a43e0cbf02f
Added SDL_GL_STEREO for stereoscopic OpenGL contexts
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 19 Aug 2002 17:58:08 +0000 |
parents | 706de3956894 |
children | a6fa62b1be09 |
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h Mon Aug 19 03:40:44 2002 +0000 +++ b/src/video/SDL_sysvideo.h Mon Aug 19 17:58:08 2002 +0000 @@ -295,13 +295,14 @@ int blue_size; int alpha_size; int depth_size; - int buffer_size; + int buffer_size; int stencil_size; int double_buffer; - int accum_red_size; - int accum_green_size; - int accum_blue_size; - int accum_alpha_size; + int accum_red_size; + int accum_green_size; + int accum_blue_size; + int accum_alpha_size; + int stereo; int driver_loaded; char driver_path[256]; void* dll_handle;