Kaydet (Commit) d7b68021 authored tarafından Jack Jansen's avatar Jack Jansen

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

Fixed Carbon command-dot handling. There is still a problem, though, and you may have to hit it repeatedly.
üst 8e0ee776
...@@ -482,8 +482,8 @@ scan_event_queue(flush) ...@@ -482,8 +482,8 @@ scan_event_queue(flush)
int flush; int flush;
{ {
#if TARGET_API_MAC_CARBON #if TARGET_API_MAC_CARBON
/* CARBONXXXX To be implemented */ if ( CheckEventQueueForUserCancel() )
return; interrupted = 1;
#else #else
register EvQElPtr q; 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