diff options
Diffstat (limited to 'src/drivers')
| -rw-r--r-- | src/drivers/Posix/Fl_Posix_System_Driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Posix/Fl_Posix_System_Driver.cxx b/src/drivers/Posix/Fl_Posix_System_Driver.cxx index c4f2dc63c..4b8a14d79 100644 --- a/src/drivers/Posix/Fl_Posix_System_Driver.cxx +++ b/src/drivers/Posix/Fl_Posix_System_Driver.cxx @@ -387,7 +387,7 @@ static void thread_awake_cb(int fd, void*) { } Fl_Awake_Handler func; void *data; - while (Fl::get_awake_handler_(func, data)==0) { + while (Fl_System_Driver::pop_awake_handler(func, data)==0) { (*func)(data); } } |
