Fix Windows compile error from previous commit.
Build and Test / build-linux (push) Has been cancelled
Build and Test / build-wayland (push) Has been cancelled
Build and Test / build-macos (push) Has been cancelled
Build and Test / build-windows (push) Has been cancelled

This commit is contained in:
MatthiasWM
2025-06-19 17:54:31 +02:00
parent 2a7b3c81c1
commit acd77fa8dc
+1 -1
View File
@@ -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);
}
}