Fixed compiler error with the latest Xcode package
This commit is contained in:
parent
e8d5bc7c67
commit
d16468c1cb
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
||||||
static void X11_GL_InitExtensions(_THIS);
|
static void X11_GL_InitExtensions(_THIS);
|
||||||
|
|
||||||
/* Typedef for the GL 3.0 context creation function */
|
/* Typedef for the GL 3.0 context creation function */
|
||||||
|
#ifndef GLX_ARB_create_context
|
||||||
typedef GLXContext(*PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display * dpy,
|
typedef GLXContext(*PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display * dpy,
|
||||||
GLXFBConfig config,
|
GLXFBConfig config,
|
||||||
GLXContext
|
GLXContext
|
||||||
|
@ -88,6 +89,7 @@ typedef GLXContext(*PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display * dpy,
|
||||||
Bool direct,
|
Bool direct,
|
||||||
const int
|
const int
|
||||||
*attrib_list);
|
*attrib_list);
|
||||||
|
#endif /* GLX_ARB_create_context */
|
||||||
|
|
||||||
int
|
int
|
||||||
X11_GL_LoadLibrary(_THIS, const char *path)
|
X11_GL_LoadLibrary(_THIS, const char *path)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue