Fixed Carbon command-dot handling. There is still a problem, though, and you may have to hit it repeatedly.
This commit is contained in:
parent
8e0ee7761d
commit
d7b68021ce
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue