summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-01-26 21:37:14 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-01-26 21:37:14 +0000
commit53d39cc6c0b1f4d2e3269fb505551d13b2653f2f (patch)
tree7f63cb89c66b2f0dd5230b6da4e1f0dcf63a4d0c /src/Fl.cxx
parentb983b285cc4f0627a1f72c9d6c510047af0ad116 (diff)
Applied a navigation bug fix from Bill.
git-svn-id: file:///fltk/svn/fltk/trunk@245 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl.cxx')
-rw-r--r--src/Fl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index 423481d7c..fae4c980f 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl.cxx,v 1.15 1999/01/19 19:04:30 mike Exp $"
+// "$Id: Fl.cxx,v 1.16 1999/01/26 21:37:14 mike Exp $"
//
// Main event handling code for the Fast Light Tool Kit (FLTK).
//
@@ -45,7 +45,7 @@ int Fl::damage_,
Fl::e_clicks,
Fl::e_is_click,
Fl::e_keysym;
-char *Fl::e_text;
+char *Fl::e_text = "";
int Fl::e_length;
@@ -666,5 +666,5 @@ void Fl_Window::flush() {
}
//
-// End of "$Id: Fl.cxx,v 1.15 1999/01/19 19:04:30 mike Exp $".
+// End of "$Id: Fl.cxx,v 1.16 1999/01/26 21:37:14 mike Exp $".
//