]> git.mxchange.org Git - simgear.git/commitdiff
Martin Spott:
authorehofman <ehofman>
Wed, 12 Oct 2005 08:59:39 +0000 (08:59 +0000)
committerehofman <ehofman>
Wed, 12 Oct 2005 08:59:39 +0000 (08:59 +0000)
make GCC on Solaris8 happy.

simgear/screen/extensions.hxx

index 1391a6a821a76ed8285f190cbbcffaae94949448..b5929e1e92a2b07fbe8cc8e950f67dc058ddfa14 100644 (file)
@@ -446,7 +446,7 @@ typedef XVisualInfo *(*glXGetVisualFromFBConfigProc) (Display *dpy, GLXFBConfig
 typedef GLXContext (*glXCreateContextWithConfigProc) (Display *dpy,  GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
 typedef GLXContext (*glXCreateContextProc) (Display *dpy, XVisualInfo *vis, GLXContext shareList, Bool direct);
 typedef void (*glXDestroyPbufferProc) (Display *dpy, GLXPbuffer pbuf);
-typedef int (*glXQueryGLXPbufferSGIXProc) (Display *, GLXPbufferSGIX, int, unsigned int *);
+typedef int (*glXQueryGLXPbufferSGIXProc) (Display *, GLXPbuffer, int, unsigned int *);
 typedef void (*glXQueryDrawableProc) (Display *, GLXDrawable, int, unsigned int *);
 #endif /* WIN32 */