http://bugs.freedesktop.org/show_bug.cgi?id=12405
------- Comment #2 from [EMAIL PROTECTED] 2007-09-12 11:10 PST -------
__glutSetFCB and __glutGetFCB are called by f90gl. The use of the Set function
is (for example):
void APIENTRY fglutDisplayFunc(GLUTdisplayFCBUSR display)
{
__glutSetFCB(GLUT_TMP_DISPLAY,(void *)display);
glutDisplayFunc(fortranDisplayWrapper);
}
and the use of the Get function is:
void GLUTCALLBACK fortranDisplayWrapper(void)
{
((GLUTdisplayFCBUSR)__glutGetFCB(GLUT_TMP_DISPLAY))();
}
If that doesn't tell you enough about whether the change is safe, I can fill in
more of the details, or you can look at the source in cwrapglt.c in the f90gl
distribution at http://math.nist.gov/f90gl
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev