Implemented bug #5

Added SDL_GL_ACCELERATED_VISUAL to guarantee hardware acceleration.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401672
This commit is contained in:
Sam Lantinga 2006-04-27 08:39:51 +00:00
parent b32d3f9c24
commit 37adc6aae8
9 changed files with 125 additions and 10 deletions

View file

@ -214,6 +214,7 @@ typedef enum {
SDL_GL_STEREO,
SDL_GL_MULTISAMPLEBUFFERS,
SDL_GL_MULTISAMPLESAMPLES,
SDL_GL_ACCELERATED_VISUAL,
SDL_GL_SWAP_CONTROL
} SDL_GLattr;