From 11d0bc47ab4e5dc187608b39ffd028acbb545fd1 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 19 Aug 2002 17:58:08 +0000 Subject: [PATCH] Added SDL_GL_STEREO for stereoscopic OpenGL contexts --- docs.html | 1 + include/SDL_video.h | 3 ++- src/video/SDL_sysvideo.h | 11 ++++++----- src/video/SDL_video.c | 12 ++++++++---- src/video/maccommon/SDL_macgl.c | 3 +++ src/video/quartz/SDL_QuartzVideo.m | 5 +++++ src/video/wincommon/SDL_wingl.c | 10 ++++++++++ src/video/x11/SDL_x11gl.c | 24 ++++++++++++++++-------- 8 files changed, 51 insertions(+), 18 deletions(-) diff --git a/docs.html b/docs.html index 43933edbd..318352d43 100644 --- a/docs.html +++ b/docs.html @@ -16,6 +16,7 @@

Major changes since SDL 1.0.0: