]> granicus.if.org Git - python/commitdiff
Fixed Carbon command-dot handling. There is still a problem, though, and you may...
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 12 Jan 2001 23:42:28 +0000 (23:42 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 12 Jan 2001 23:42:28 +0000 (23:42 +0000)
Mac/Python/macglue.c

index bcfe09e452986bb2ee27f4980eb787858069dd14..8fdbc23acba6a8f80177e490dcdffff9fc843b76 100644 (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;