Mac and Linux SDL2 binary snapshots
Edward Rudd
2019-04-09 9cd2e9ec8fc0127393dfce9c0359d500c8c238be
source/src/video/x11/SDL_x11opengl.h
@@ -38,14 +38,14 @@
    SDL_bool HAS_GLX_ARB_create_context_robustness;
    SDL_bool HAS_GLX_ARB_create_context_no_error;
   /* Max version of OpenGL ES context that can be created if the
      implementation supports GLX_EXT_create_context_es2_profile.
      major = minor = 0 when unsupported.
    */
   struct {
      int major;
      int minor;
   } es_profile_max_supported_version;
    /* Max version of OpenGL ES context that can be created if the
       implementation supports GLX_EXT_create_context_es2_profile.
       major = minor = 0 when unsupported.
     */
    struct {
        int major;
        int minor;
    } es_profile_max_supported_version;
    Bool (*glXQueryExtension) (Display*,int*,int*);
    void *(*glXGetProcAddress) (const GLubyte*);