Added SDL_GL_RETAINED_BACKING attribute to SDL_GLattr

This commit is contained in:
Holmes Futrell
2008-09-02 20:27:47 +00:00
parent c6aae19257
commit 2f926dac88

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;