Fixed Carbon command-dot handling. There is still a problem, though, and you may have to hit it repeatedly.

This commit is contained in:
Jack Jansen 2001-01-12 23:42:28 +00:00
parent 8e0ee7761d
commit d7b68021ce
1 changed files with 2 additions and 2 deletions

View File

@ -482,8 +482,8 @@ scan_event_queue(flush)
int flush;
{
#if TARGET_API_MAC_CARBON
/* CARBONXXXX To be implemented */
return;
if ( CheckEventQueueForUserCancel() )
interrupted = 1;
#else
register EvQElPtr q;