]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/app.cpp
Added wxWakeUpIdle() for MSW and empty stubs for Motif, OS2, and Mac
[wxWidgets.git] / src / os2 / app.cpp
index a40e78e3be32d7a2c34cd9f1aacf7471e4a9a105..aa1551b0c8fb76e9dcb83407557c4a9821b3be3c 100644 (file)
@@ -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()
 {