comparison src/os_mac.c @ 9:4102fb4ea781 v7.0002

updated for version 7.0002
author vimboss
date Sun, 20 Jun 2004 12:51:53 +0000
parents 3fc0f57ecb91
children 631143ac4a01
comparison
equal deleted inserted replaced
8:7edf9b6e4c36 9:4102fb4ea781
525 * or only go proccess event? 525 * or only go proccess event?
526 * or do nothing 526 * or do nothing
527 */ 527 */
528 EventRecord theEvent; 528 EventRecord theEvent;
529 529
530 if (EventAvail (keyDownMask, &theEvent)) 530 if (EventAvail(keyDownMask, &theEvent))
531 if ((theEvent.message & charCodeMask) == Ctrl_C && ctrl_c_interrupts) 531 if ((theEvent.message & charCodeMask) == Ctrl_C && ctrl_c_interrupts)
532 got_int = TRUE; 532 got_int = TRUE;
533 #if 0 533 #if 0
534 short i = 0; 534 short i = 0;
535 Boolean found = false; 535 Boolean found = false;