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/Fl_win32.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_win32.cxx') diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 84cb6649d..a1a9ae39c 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -350,7 +350,7 @@ MSG fl_msg; static void process_awake_handler_requests(void) { Fl_Awake_Handler func; void *data; - while (Fl::get_awake_handler_(func, data) == 0) { + while (Fl::pop_awake_handler(func, data) == 0) { func(data); } } -- cgit v1.2.3