Add FreeType, progress to title screen

This commit is contained in:
elasota
2019-12-21 18:40:17 -05:00
parent c9c6976344
commit 8354d13a84
901 changed files with 444265 additions and 440 deletions

View File

@@ -497,13 +497,14 @@ void HandleEvent (void)
SelectTool(kSelectTool);
}
// GP: Use WaitNextEvent to yield to the host
//if (thisMac.hasWNE)
// itHappened = WaitNextEvent(everyEvent, &theEvent, sleep, nil);
itHappened = WaitNextEvent(everyEvent, &theEvent, sleep, nil);
//else
{
// SystemTask();
itHappened = GetNextEvent(everyEvent, &theEvent);
}
//{
// // SystemTask();
// itHappened = GetNextEvent(everyEvent, &theEvent);
//}
if (itHappened)
{