X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9ed0fac8a854bf53ea942ba7d759519f0c681763..f151e8b583e949687fc91e6848dae943de0172ec:/src/os2/app.cpp diff --git a/src/os2/app.cpp b/src/os2/app.cpp index a40e78e3be..f4f9a25d9c 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() { @@ -917,4 +923,3 @@ void wxSetInstance(HINSTANCE hInst) wxhInstance = hInst; } -