summaryrefslogtreecommitdiff
path: root/src/Fl_System_Driver.cxx
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 12:53:10 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 12:53:10 +0500
commit51cf34eb8fdef936328c565276615880997e28bb (patch)
tree27ded00e3ff593dbcf84af7e62bf410802523eb2 /src/Fl_System_Driver.cxx
parentcf813db2428ec77de88b06996712aad48de04219 (diff)
wip
Diffstat (limited to 'src/Fl_System_Driver.cxx')
-rw-r--r--src/Fl_System_Driver.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_System_Driver.cxx b/src/Fl_System_Driver.cxx
index 2e98c29ec..c93794711 100644
--- a/src/Fl_System_Driver.cxx
+++ b/src/Fl_System_Driver.cxx
@@ -357,8 +357,8 @@ double Fl_System_Driver::wait(double time_to_wait) {
Fl::do_widget_deletion();
Fl_Timeout::do_timeouts();
- Fl::Private::run_checks();
- Fl::Private::run_idle();
+ Fl_Private_run_checks();
+ Fl_Private_run_idle();
// The idle function may turn off idle() if *all* idle callbacks
// are removed from the callback queue (ring), we can then wait.