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.

Same on FreeBSD-5.3. Wouldn't it make sense to simply change this in
the regular source tree or would such a change have drawbacks that I
don't know of ?

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

_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to