changeset 2747:47519ce71def

Added SDL_GL_RETAINED_BACKING attribute to SDL_GLattr
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Tue, 02 Sep 2008 20:27:47 +0000
parents 722339a7a126
children 5668c3dfe7bc
files include/SDL_video.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_video.h	Tue Sep 02 20:22:05 2008 +0000
+++ b/include/SDL_video.h	Tue Sep 02 20:27:47 2008 +0000
@@ -268,7 +268,8 @@
     SDL_GL_STEREO,
     SDL_GL_MULTISAMPLEBUFFERS,
     SDL_GL_MULTISAMPLESAMPLES,
-    SDL_GL_ACCELERATED_VISUAL
+    SDL_GL_ACCELERATED_VISUAL,
+    SDL_GL_RETAINED_BACKING
 } SDL_GLattr;