X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5f2936dacb1a483e1407426bd5eca2b7b765a576..9779893b90e4ffbb036329c2411f15aff0a93295:/src/os2/app.cpp diff --git a/src/os2/app.cpp b/src/os2/app.cpp index a40e78e3be..aa1551b0c8 100644 --- a/src/os2/app.cpp +++ b/src/os2/app.cpp @@ -767,6 +767,12 @@ void wxApp::OnIdle( sbInOnIdle = FALSE; } +void wxWakeUpIdle() +{ + // **** please implement me! **** + // Wake up the idle handler processor, even if it is in another thread... +} + // Send idle event to all top-level windows bool wxApp::SendIdleEvents() {