mirror of
https://github.com/yawut/SDL.git
synced 2026-08-25 02:05:07 -05:00
Fixed compiler error with the latest Xcode package
This commit is contained in:
@@ -81,6 +81,7 @@
|
||||
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
|
||||
@@ -88,6 +89,7 @@ typedef GLXContext(*PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display * dpy,
|
||||
Bool direct,
|
||||
const int
|
||||
*attrib_list);
|
||||
#endif /* GLX_ARB_create_context */
|
||||
|
||||
int
|
||||
X11_GL_LoadLibrary(_THIS, const char *path)
|
||||
|
||||
Reference in New Issue
Block a user