Commit e375b3f1 authored by Guido van Rossum's avatar Guido van Rossum

use PyMac_Yield() instead of PyMac_Idle()

parent a4007eb8
...@@ -106,7 +106,7 @@ AEEventHandlerUPP upp_GenericEventHandler; ...@@ -106,7 +106,7 @@ AEEventHandlerUPP upp_GenericEventHandler;
static pascal Boolean AEIdleProc(EventRecord *theEvent, long *sleepTime, RgnHandle *mouseRgn) static pascal Boolean AEIdleProc(EventRecord *theEvent, long *sleepTime, RgnHandle *mouseRgn)
{ {
(void) PyMac_Idle(); PyMac_Yield();
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment