Implemented bug #5

Added SDL_GL_ACCELERATED_VISUAL to guarantee hardware acceleration.
This commit is contained in:
Sam Lantinga
2006-04-27 08:39:51 +00:00
parent 2a622cd891
commit bc35de2e30
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;