Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed compiler error with the latest Xcode package
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 18, 2011
1 parent a13a22f commit fe593aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/x11/SDL_x11opengl.c
Expand Up @@ -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)
Expand Down

0 comments on commit fe593aa

Please sign in to comment.