summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 a4660def8..7b18f3100 100644
--- a/src/Fl_win32.cxx
+++ b/src/Fl_win32.cxx
@@ -294,7 +294,7 @@ int fl_wait(double time_to_wait) {
if (fl_msg.message == fl_wake_msg) {
// Used for awaking wait() from another thread
thread_message_ = (void*)fl_msg.wParam;
- if (awake_cb) (*awake_cb)(thread_message_);
+ if (Fl::awake_cb) (*Fl::awake_cb)(thread_message_);
}
TranslateMessage(&fl_msg);