summaryrefslogtreecommitdiff
path: root/src/forms_timer.cxx
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2005-04-05 20:24:55 +0000
committerAaron M. Ucko <ucko@debian.org>2005-04-05 20:24:55 +0000
commit190e20c801ad73f1b6d6fe02ffa5de135ae0f8d5 (patch)
treeaf7ff99d797be5e989e84f9a6ef4b9026c5abe9a /src/forms_timer.cxx
parent2fb75f144b320c4d82fb20b2ca8c11dee0ae443d (diff)
Load fltk-1.1.5rc2 into branches/upstream/current.
Diffstat (limited to 'src/forms_timer.cxx')
-rw-r--r--src/forms_timer.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/forms_timer.cxx b/src/forms_timer.cxx
index 1d41301..eb08cb6 100644
--- a/src/forms_timer.cxx
+++ b/src/forms_timer.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: forms_timer.cxx,v 1.4.2.3.2.6 2004/04/11 04:39:00 easysw Exp $"
+// "$Id: forms_timer.cxx,v 1.4.2.3.2.7 2004/07/27 16:02:21 easysw Exp $"
//
// Forms timer object for the Fast Light Tool Kit (FLTK).
//
@@ -111,6 +111,7 @@ void Fl_Timer::step() {
redraw();
Fl::add_timeout(FL_TIMER_BLINKRATE, stepcb, this);
}
+ set_changed();
do_callback();
} else {
if (type() == FL_VALUE_TIMER) redraw();
@@ -162,5 +163,5 @@ void Fl_Timer::suspended(char d) {
}
//
-// End of "$Id: forms_timer.cxx,v 1.4.2.3.2.6 2004/04/11 04:39:00 easysw Exp $".
+// End of "$Id: forms_timer.cxx,v 1.4.2.3.2.7 2004/07/27 16:02:21 easysw Exp $".
//