summaryrefslogtreecommitdiff
path: root/src/drivers/GDI
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-07-07 15:35:14 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-07-07 15:35:14 +0200
commit87475c20d6cc81912e58f21369b101271d4732f6 (patch)
tree0b06a315ca15cc3223fe7c9d67fd998cd927c4af /src/drivers/GDI
parent1008cdfab27609a6f6a0e82dadad9fd9cbd8a66d (diff)
macOS: Fix a timer inconsistency and prevent a crash
Calling Fl::repeat_timeout() instead of Fl::add_timeout() to create a timer would crash on macOS but fall back to Fl::add_timeout() on Windows and Unix/Linux. Although this is documented as "undefined behavior" a crash should always be avoided and the fallback is now consistent on all major platforms. In the future this may be documented as the standard behavior.
Diffstat (limited to 'src/drivers/GDI')
0 files changed, 0 insertions, 0 deletions