Ignore:
Timestamp:
09/04/15 17:46:48 (10 years ago)
Author:
epyon
Message:
  • support for separate runtime CRT build
  • wx fix for new gl headers
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gl/gl_window.cc

    r410 r466  
    7575        int attribs[] =
    7676        {
    77                 WGL_CONTEXT_MAJOR_VERSION_ARB,   2,
     77                WGL_CONTEXT_MAJOR_VERSION_ARB,   3,
    7878                WGL_CONTEXT_MINOR_VERSION_ARB,   1,
    7979                WGL_CONTEXT_PROFILE_MASK_ARB,  WGL_CONTEXT_CORE_PROFILE_BIT_ARB,
Note: See TracChangeset for help on using the changeset viewer.