Author: matt Date: 2007-06-07 13:28:43 -0400 (Thu, 07 Jun 2007) New Revision: 5889 Log: Removed comment about limitations in Glut that were fixed by Mike a while ago (STR #1700)>
Modified: branches/branch-1.1/FL/glut.H Modified: branches/branch-1.1/FL/glut.H =================================================================== --- branches/branch-1.1/FL/glut.H 2007-06-07 17:23:41 UTC (rev 5888) +++ branches/branch-1.1/FL/glut.H 2007-06-07 17:28:43 UTC (rev 5889) @@ -35,12 +35,6 @@ // Although I have copied the GLUT API, none of my code is based on // any GLUT implementation details and is therefore covered by the LGPL. -// FLTK does not include the GLUT drawing functions (such as -// glutWireTeapot()) or the stroke fonts but the declarations for the -// drawing functions are included here because otherwise there is no -// way to get them along with this. To use them you will have to -// link in the original GLUT library, put -lglut *after* -lfltk. - // Commented out lines indicate parts of GLUT that are not emulated. #ifndef Fl_glut_H _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
