~ubuntu-branches/ubuntu/precise/fltk1.1/precise

« back to all changes in this revision

Viewing changes to src/forms_timer.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2010-01-06 22:05:04 UTC
  • mfrom: (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100106220504-nwj8m1sa90s760yt
Tags: 1.1.10-2
* src/Makefile: link libfltk.so.1.1 against -lpthread, as fluid now
  otherwise fails to link on the Hurd (with complaints that libfltk.so.1
  contains undefined references to pthread_mutexattr_*).
* debian/source.lintian-overrides: retire per Lintian 2.3.1.  (See #553264.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//
2
 
// "$Id: forms_timer.cxx 5190 2006-06-09 16:16:34Z mike $"
 
2
// "$Id: forms_timer.cxx 6928 2009-11-07 21:11:16Z matt $"
3
3
//
4
4
// Forms timer object for the Fast Light Tool Kit (FLTK).
5
5
//
137
137
  delay = 0;
138
138
  on = 0;
139
139
  direction_ = 0;
 
140
  lastsec = lastusec = total = 0;
140
141
  type(t);
141
142
  if (t == FL_HIDDEN_TIMER) clear_visible();
142
143
  if (t == FL_VALUE_TIMER) align(FL_ALIGN_LEFT);
165
166
}
166
167
 
167
168
//
168
 
// End of "$Id: forms_timer.cxx 5190 2006-06-09 16:16:34Z mike $".
 
169
// End of "$Id: forms_timer.cxx 6928 2009-11-07 21:11:16Z matt $".
169
170
//