Commit 1051156e authored by Holmes Futrell's avatar Holmes Futrell

Added SDL_GL_RETAINED_BACKING attribute to SDL_GLattr

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403200
parent 435f8a3a
...@@ -268,7 +268,8 @@ typedef enum ...@@ -268,7 +268,8 @@ typedef enum
SDL_GL_STEREO, SDL_GL_STEREO,
SDL_GL_MULTISAMPLEBUFFERS, SDL_GL_MULTISAMPLEBUFFERS,
SDL_GL_MULTISAMPLESAMPLES, SDL_GL_MULTISAMPLESAMPLES,
SDL_GL_ACCELERATED_VISUAL SDL_GL_ACCELERATED_VISUAL,
SDL_GL_RETAINED_BACKING
} SDL_GLattr; } SDL_GLattr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment