Martin Spott wrote:

> Applying this patch:
> 
> --- ./simgear/screen/extensions.hxx~  Sun Oct  9 21:35:31 2005
> +++ ./simgear/screen/extensions.hxx   Sun Oct  9 21:35:31 2005
> @@ -446,7 +446,7 @@
>  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 */
>  
> 
> .... makes GCC on Solaris8 happy.

BTW, this works on IRIX as well. Could someone test this on a
Linux/Mesa/XOrg platform ?

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------

_______________________________________________
Flightgear-devel mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to