summaryrefslogtreecommitdiff
path: root/src/gl_draw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/gl_draw.cxx')
-rw-r--r--src/gl_draw.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/gl_draw.cxx b/src/gl_draw.cxx
index 5f499c1a3..e7ca43080 100644
--- a/src/gl_draw.cxx
+++ b/src/gl_draw.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: gl_draw.cxx,v 1.7.2.5.2.6 2002/04/11 11:52:43 easysw Exp $"
+// "$Id: gl_draw.cxx,v 1.7.2.5.2.7 2002/05/25 13:38:25 easysw Exp $"
//
// OpenGL drawing support routines for the Fast Light Tool Kit (FLTK).
//
@@ -26,7 +26,7 @@
// Functions from <FL/gl.h>
// See also Fl_Gl_Window and gl_start.cxx
-#include <config.h>
+#include "flstring.h"
#if HAVE_GL
#include <FL/Fl.H>
@@ -35,7 +35,6 @@
#include <FL/fl_draw.H>
#include "Fl_Gl_Choice.H"
#include "Fl_Font.H"
-#include "flstring.h"
int gl_height() {return fl_height();}
int gl_descent() {return fl_descent();}
@@ -158,5 +157,5 @@ void gl_draw_image(const uchar* b, int x, int y, int w, int h, int d, int ld) {
#endif
//
-// End of "$Id: gl_draw.cxx,v 1.7.2.5.2.6 2002/04/11 11:52:43 easysw Exp $".
+// End of "$Id: gl_draw.cxx,v 1.7.2.5.2.7 2002/05/25 13:38:25 easysw Exp $".
//