summaryrefslogtreecommitdiff
path: root/src/gl_draw.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-05-25 13:38:25 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-05-25 13:38:25 +0000
commitacd6bd5cc858284f12e1330d4acd49cad47e7f82 (patch)
tree73b95e9fb388772fd51321b5043324ce73718d33 /src/gl_draw.cxx
parent62424b33c5dc5fc74263ba4205f9562e5864b8c3 (diff)
Clean up string includes.
Fix Fl_Shared_Image::add_handler() and friends. Fix Fl_PNM_Image loader. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2260 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 $".
//