From 42224052e2a5350cdac897916c4da28bdb60a30b Mon Sep 17 00:00:00 2001 From: ehofman Date: Wed, 12 Oct 2005 08:59:39 +0000 Subject: [PATCH] Martin Spott: make GCC on Solaris8 happy. --- simgear/screen/extensions.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/screen/extensions.hxx b/simgear/screen/extensions.hxx index 1391a6a8..b5929e1e 100644 --- a/simgear/screen/extensions.hxx +++ b/simgear/screen/extensions.hxx @@ -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 */ -- 2.39.5