/[emacs]/emacs/src/macterm.c
ViewVC logotype

Diff of /emacs/src/macterm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by akochoi, Mon Aug 12 04:33:59 2002 UTC revision 1.17 by akochoi, Sun Aug 25 16:40:40 2002 UTC
# Line 12960  XTread_socket (int sd, struct input_even Line 12960  XTread_socket (int sd, struct input_even
12960                    bufp->code = KeyTranslate (kchr_ptr, new_keycode,                    bufp->code = KeyTranslate (kchr_ptr, new_keycode,
12961                                               &some_state) & 0xff;                                               &some_state) & 0xff;
12962                  }                  }
 #if USE_CARBON_EVENTS  
               else if (er.modifiers & cmdKey &&  
                        (NILP (Vmac_command_key_is_meta)))  
                 {  
                   /* If this is a command key (and we are not overriding it),  
                      send back to the operating system  */  
                   SendEventToEventTarget (eventRef, GetEventDispatcherTarget ());  
                   break;  
                 }  
 #endif  
12963                else                else
12964                  bufp->code = er.message & charCodeMask;                  bufp->code = er.message & charCodeMask;
12965                bufp->kind = ASCII_KEYSTROKE_EVENT;                bufp->kind = ASCII_KEYSTROKE_EVENT;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26