Commit d7b68021 authored by Jack Jansen's avatar Jack Jansen

Fixed Carbon command-dot handling. There is still a problem, though, and you...

Fixed Carbon command-dot handling. There is still a problem, though, and you may have to hit it repeatedly.
parent 8e0ee776
......@@ -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;
......
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