Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed compiler error with the latest Xcode package
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
src/video/x11/SDL_x11opengl.c
|
@@ -81,13 +81,15 @@ |
|
|
static void X11_GL_InitExtensions(_THIS); |
|
|
|
|
|
/* Typedef for the GL 3.0 context creation function */ |
|
|
#ifndef GLX_ARB_create_context |
|
|
typedef GLXContext(*PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display * dpy, |
|
|
GLXFBConfig config, |
|
|
GLXContext |
|
|
share_context, |
|
|
Bool direct, |
|
|
const int |
|
|
*attrib_list); |
|
|
#endif /* GLX_ARB_create_context */ |
|
|
|
|
|
int |
|
|
X11_GL_LoadLibrary(_THIS, const char *path) |
|
|