From eadea6a992d4e105b3165a22d091c66be374ae99 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 19 Jun 2025 15:33:38 +0200 Subject: Update Fl::await() and friends API and documentation This creates the base for #1263, but does not fix it yet. --- src/drivers/Posix/Fl_Posix_System_Driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers') diff --git a/src/drivers/Posix/Fl_Posix_System_Driver.cxx b/src/drivers/Posix/Fl_Posix_System_Driver.cxx index c4f2dc63c..4b8a14d79 100644 --- a/src/drivers/Posix/Fl_Posix_System_Driver.cxx +++ b/src/drivers/Posix/Fl_Posix_System_Driver.cxx @@ -387,7 +387,7 @@ static void thread_awake_cb(int fd, void*) { } Fl_Awake_Handler func; void *data; - while (Fl::get_awake_handler_(func, data)==0) { + while (Fl_System_Driver::pop_awake_handler(func, data)==0) { (*func)(data); } } -- cgit v1.2.3