summaryrefslogtreecommitdiff
path: root/src/Fl_win32.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_win32.cxx')
-rw-r--r--src/Fl_win32.cxx2
1 files changed, 1 insertions, 1 deletions
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);
}
}