Changeset 200

Show
Ignore:
Timestamp:
10/31/06 14:09:23 (2 years ago)
Author:
aldacron
Message:

[DerelictSDL]
* added missing SDL_GL_ACCELERATED_VISUAL and SDL_GL_SWAP_CONTROL enum values

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/DerelictSDL/derelict/sdl/video.d

    r146 r200  
    163163    SDL_GL_STEREO, 
    164164    SDL_GL_MULTISAMPLEBUFFERS, 
    165     SDL_GL_MULTISAMPLESAMPLES 
     165    SDL_GL_MULTISAMPLESAMPLES, 
     166    SDL_GL_ACCELERATED_VISUAL, 
     167    SDL_GL_SWAP_CONTROL 
    166168} 
    167169