Quoth Bernie Bright:

> From simgear/screen/tr.h:
> 
> extern void trTileSize(TRcontext *tr, GLint width, GLint height, GLint border);
> 
> It looks like GLint is defined as an int when compiling SimGear but
> is long when compiling FlightGear.

Thank you for the interpretation.  The gui_funcs.cxx define of GLint is
coming from /System/Library/Frameworks/OpenGL.framework/Headers/gl.h
(the Mac OS X distribution of OpenGL).  The tr.cxx define of GLint is
coming from /usr/X11R6/include/GL/gl.h (the Mac OS X distribution of X11).
I'll have to mull this one over a bit.

Regards,

David K. Drum
[EMAIL PROTECTED]

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to