summaryrefslogtreecommitdiff
path: root/src/Fl_Clock.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2019-12-26 17:19:05 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2019-12-26 17:19:05 +0100
commit35a3e7cc16f8312c5a750041adf67d2e086d059b (patch)
tree3b787ffd8f4eff784230aa8ee528b8ba887e642f /src/Fl_Clock.cxx
parent0a23d7fe6e3a7b8000dcc6e7c4826e894f184079 (diff)
Fix Fl::add_timeout() under Linux (STR 3516)
See comment 14 (excerpt): "The current implementation basically handles add_timeout() the same way as repeat_timeout(), i.e. add_timeout() *calls* repeat_timeout(). However, repeat_timeout() intentionally *corrects* the timeout value by the value found in the global variable 'missed_timeout_by' which is set when the timer expires, directly before the timer callback is called. This variable is never reset." This commit resets the variable as necessary in Fl::add_timeout().
Diffstat (limited to 'src/Fl_Clock.cxx')
0 files changed, 0 insertions, 0 deletions