mirror of
https://github.com/fltk/fltk.git
synced 2026-05-10 05:27:55 +08:00
Fix Windows compile error from previous commit.
This commit is contained in:
+1
-1
@@ -350,7 +350,7 @@ MSG fl_msg;
|
||||
static void process_awake_handler_requests(void) {
|
||||
Fl_Awake_Handler func;
|
||||
void *data;
|
||||
while (Fl::pop_awake_handler(func, data) == 0) {
|
||||
while (Fl_WinAPI_System_Driver::pop_awake_handler(func, data) == 0) {
|
||||
func(data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user