]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/app.cpp
check in the 'selective yield' patch (see ticket #10320):
[wxWidgets.git] / src / palmos / app.cpp
index 6accd4a64f3e11bc325d990324dadd8957ba8fbf..b1f8a3d30fbdea773337a97206bb05e26a028e53 100644 (file)
@@ -287,7 +287,7 @@ int wxApp::GetComCtl32Version()
 
 // Yield to incoming messages
 
-bool wxApp::Yield(bool onlyIfNeeded)
+bool wxApp::DoYield(bool onlyIfNeeded, long eventsToProcess)
 {
     return true;
 }