/[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.110 by mituharu, Sat Apr 16 03:05:15 2005 UTC revision 1.111 by mituharu, Mon Apr 18 07:44:54 2005 UTC
# Line 8590  XTread_socket (sd, expected, hold_quit) Line 8590  XTread_socket (sd, expected, hold_quit)
8590                  struct frame *f = mac_focus_frame (dpyinfo);                  struct frame *f = mac_focus_frame (dpyinfo);
8591                  WindowPtr window_ptr;                  WindowPtr window_ptr;
8592    
8593                  if (!f)  #if 0
8594                    if (dpyinfo->x_focus_frame == NULL)
8595                    {                    {
8596                      /* Beep if wheel move occurs when all the frames                      /* Beep if wheel move occurs when all the frames
8597                         are invisible.  */                         are invisible.  */
8598                      SysBeep(1);                      SysBeep(1);
8599                      break;                      break;
8600                    }                    }
8601    #endif
8602    
8603                  GetEventParameter(eventRef, kEventParamMouseWheelDelta,                  GetEventParameter(eventRef, kEventParamMouseWheelDelta,
8604                                    typeSInt32, NULL, sizeof (SInt32),                                    typeSInt32, NULL, sizeof (SInt32),
# Line 9011  XTread_socket (sd, expected, hold_quit) Line 9013  XTread_socket (sd, expected, hold_quit)
9013                  break;                  break;
9014  #endif  #endif
9015    
9016    #if 0
9017              if (dpyinfo->x_focus_frame == NULL)              if (dpyinfo->x_focus_frame == NULL)
9018                {                {
9019                  /* Beep if keyboard input occurs when all the frames                  /* Beep if keyboard input occurs when all the frames
# Line 9018  XTread_socket (sd, expected, hold_quit) Line 9021  XTread_socket (sd, expected, hold_quit)
9021                  SysBeep (1);                  SysBeep (1);
9022                  break;                  break;
9023                }                }
9024    #endif
9025    
9026              {              {
9027                static SInt16 last_key_script = -1;                static SInt16 last_key_script = -1;

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111

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