The fractals & glpuzzle demos needed glu.h.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1414 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Bill Spitzak 2001-03-14 17:35:47 +00:00
parent 97234fb3e2
commit 1ede363769
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
// //
// "$Id: fractals.cxx,v 1.5.2.4 2001/01/22 15:13:41 easysw Exp $" // "$Id: fractals.cxx,v 1.5.2.5 2001/03/14 17:35:47 spitzak Exp $"
// //
// Fractal drawing demo for the Fast Light Tool Kit (FLTK). // Fractal drawing demo for the Fast Light Tool Kit (FLTK).
// //
@ -62,6 +62,7 @@ int main(int, char**) {
*/ */
#include <FL/glut.H> #include <FL/glut.H>
#include <GL/glu.h> // added for fltk
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
@ -805,5 +806,5 @@ int main(int argc, char** argv)
#endif #endif
// //
// End of "$Id: fractals.cxx,v 1.5.2.4 2001/01/22 15:13:41 easysw Exp $". // End of "$Id: fractals.cxx,v 1.5.2.5 2001/03/14 17:35:47 spitzak Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id: glpuzzle.cxx,v 1.8.2.3 2001/01/22 15:13:41 easysw Exp $" // "$Id: glpuzzle.cxx,v 1.8.2.4 2001/03/14 17:35:47 spitzak Exp $"
// //
// OpenGL puzzle demo for the Fast Light Tool Kit (FLTK). // OpenGL puzzle demo for the Fast Light Tool Kit (FLTK).
// //
@ -45,6 +45,7 @@ int main(int, char**) {
#include <time.h> #include <time.h>
#include <math.h> #include <math.h>
#include <FL/glut.H> // changed for fltk #include <FL/glut.H> // changed for fltk
#include <GL/glu.h> // added for fltk
#include "trackball.c" // changed from trackball.h for fltk #include "trackball.c" // changed from trackball.h for fltk
#define WIDTH 4 #define WIDTH 4
@ -1479,5 +1480,5 @@ main(int argc, char **argv)
#endif // added for fltk's distribution #endif // added for fltk's distribution
// //
// End of "$Id: glpuzzle.cxx,v 1.8.2.3 2001/01/22 15:13:41 easysw Exp $". // End of "$Id: glpuzzle.cxx,v 1.8.2.4 2001/03/14 17:35:47 spitzak Exp $".
// //