summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-12-15 15:34:36 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-12-15 15:34:36 +0000
commit4f9aa69ea4c1c63c28e468b53457bb60a198805a (patch)
treeaa0dd9c7ee967634786b3a27bd782b5801600bf8 /src
parent0da3a12e6c8663277cdbed95777d636f35548478 (diff)
Event processing fixes from Bill.
git-svn-id: file:///fltk/svn/fltk/trunk@158 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index 12f95dde6..30b2b59b6 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl.cxx,v 1.7 1998/12/08 21:08:50 mike Exp $"
+// "$Id: Fl.cxx,v 1.8 1998/12/15 15:34:36 mike Exp $"
//
// Main event handling code for the Fast Light Tool Kit (FLTK).
//
@@ -499,6 +499,7 @@ int Fl::handle(int event, Fl_Window* window)
void fl_throw_focus(Fl_Widget*); // in Fl_x.C
void Fl_Window::hide() {
+ clear_visible();
if (!shown()) return;
// remove from the list of windows:
@@ -659,5 +660,5 @@ void Fl_Window::flush() {
}
//
-// End of "$Id: Fl.cxx,v 1.7 1998/12/08 21:08:50 mike Exp $".
+// End of "$Id: Fl.cxx,v 1.8 1998/12/15 15:34:36 mike Exp $".
//