Author: manolo Date: 2011-04-15 14:41:34 -0700 (Fri, 15 Apr 2011) New Revision: 8594 Log: Corrected gl.h instead of gl.H
Modified: branches/branch-1.3/src/Fl_Gl_Window.cxx Modified: branches/branch-1.3/src/Fl_Gl_Window.cxx =================================================================== --- branches/branch-1.3/src/Fl_Gl_Window.cxx 2011-04-15 21:38:05 UTC (rev 8593) +++ branches/branch-1.3/src/Fl_Gl_Window.cxx 2011-04-15 21:41:34 UTC (rev 8594) @@ -35,7 +35,7 @@ #include <FL/Fl.H> #include <FL/x.H> #ifdef __APPLE__ -#include <FL/gl.H> +#include <FL/gl.h> #endif #include "Fl_Gl_Choice.H" #include <FL/Fl_Gl_Window.H> _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
