]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/evtloop.cpp
In Refresh(), allow for possibility that child is mapped and parent is not.
[wxWidgets.git] / src / palmos / evtloop.cpp
index 5835fb3df8e3f9f21ee216c6058b7f504361edae..6b15d3d2cdcf5f88d4b9de54baa88e4a12ccb585 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     10.14.04
 // RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
-// License:     wxWindows licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -144,3 +144,8 @@ void wxGUIEventLoop::WakeUp()
     return;
 }
 
+bool wxGUIEventLoop::YieldFor(long eventsToProcess)
+{
+    return true;
+}
+