Add glut_fcb.c to the build and update to fix warnings (see bug 12405)

This commit is contained in:
Brian
2007-09-12 13:40:15 -06:00
parent 642267b2d8
commit ae0dd620fe
3 changed files with 28 additions and 27 deletions
+2 -2
View File
@@ -75,7 +75,7 @@ typedef void (GLUTCALLBACK *GLUTmenuStatusFCB) (int *, int *, int *);
typedef void (GLUTCALLBACK *GLUTidleFCB) (void);
/* Functions that set and return Fortran callback functions. */
GLUTAPI void* APIENTRY __glutGetFCB(int which);
GLUTAPI void APIENTRY __glutSetFCB(int which, void *func);
GLUTAPI GLUTproc APIENTRY __glutGetFCB(int which);
GLUTAPI void APIENTRY __glutSetFCB(int which, GLUTproc func);
#endif /* __glutf90_h__ */