summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-04-10 16:26:33 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-04-10 16:26:33 +0000
commit126def88002caac40898969cd54445595c0f0b3d (patch)
tree68d8581b7fe408477d68178bdf472c9394ad8172 /src
parent06a23813f86e47144b7075852a6f4c299996ce9f (diff)
Update docos for all configure options.
Bump version numbers to 1.1.0b13. Need to include <config.h> (via "flstring.h") in src/Fl.cxx to get Fl_Window::hide() to call fl_destroy_xft_draw()... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2066 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index d0eae5094..1b8167b18 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl.cxx,v 1.24.2.41.2.23 2002/03/09 21:33:54 spitzak Exp $"
+// "$Id: Fl.cxx,v 1.24.2.41.2.24 2002/04/10 16:26:33 easysw Exp $"
//
// Main event handling code for the Fast Light Tool Kit (FLTK).
//
@@ -29,7 +29,7 @@
#include <FL/Fl_Tooltip.H>
#include <ctype.h>
#include <stdlib.h>
-#include <string.h>
+#include "flstring.h"
//
@@ -889,5 +889,5 @@ void Fl_Window::flush() {
}
//
-// End of "$Id: Fl.cxx,v 1.24.2.41.2.23 2002/03/09 21:33:54 spitzak Exp $".
+// End of "$Id: Fl.cxx,v 1.24.2.41.2.24 2002/04/10 16:26:33 easysw Exp $".
//