Added SDL_GL_RETAINED_BACKING attribute to SDL_GLattr

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403200
This commit is contained in:
Holmes Futrell 2008-09-02 20:27:47 +00:00
parent 435f8a3a56
commit 1051156e2b

View file

@ -268,7 +268,8 @@ typedef enum
SDL_GL_STEREO,
SDL_GL_MULTISAMPLEBUFFERS,
SDL_GL_MULTISAMPLESAMPLES,
SDL_GL_ACCELERATED_VISUAL
SDL_GL_ACCELERATED_VISUAL,
SDL_GL_RETAINED_BACKING
} SDL_GLattr;