summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-04-10 18:51:22 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-04-10 18:51:22 +0000
commit9a1728905cdd4cd95a6801a9cdd755c67d0755bc (patch)
tree38c04dec62844d0bbc5689575665826e5607f50d /src
parentf57428761648420399c249ff096b7d79efd1d8d4 (diff)
Remove yet another use of "true" in 1.1.x code.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2069 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 1b8167b18..860582473 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl.cxx,v 1.24.2.41.2.24 2002/04/10 16:26:33 easysw Exp $"
+// "$Id: Fl.cxx,v 1.24.2.41.2.25 2002/04/10 18:51:22 easysw Exp $"
//
// Main event handling code for the Fast Light Tool Kit (FLTK).
//
@@ -567,7 +567,7 @@ int Fl::handle(int event, Fl_Window* window)
dnd_flag = 1;
belowmouse(0);
dnd_flag = 0;
- return true;
+ return 1;
case FL_DND_RELEASE:
w = belowmouse();
@@ -889,5 +889,5 @@ void Fl_Window::flush() {
}
//
-// End of "$Id: Fl.cxx,v 1.24.2.41.2.24 2002/04/10 16:26:33 easysw Exp $".
+// End of "$Id: Fl.cxx,v 1.24.2.41.2.25 2002/04/10 18:51:22 easysw Exp $".
//