emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/macterm.c [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/macterm.c [lexbind]
Date: Thu, 20 Nov 2003 19:37:00 -0500

Index: emacs/src/macterm.c
diff -c emacs/src/macterm.c:1.3.2.2 emacs/src/macterm.c:1.3.2.3
*** emacs/src/macterm.c:1.3.2.2 Tue Oct 14 19:16:51 2003
--- emacs/src/macterm.c Thu Nov 20 19:36:20 2003
***************
*** 7773,7786 ****
          switch (part_code)
            {
            case inMenuBar:
!               {
!                 struct frame *f = ((mac_output *)
!                                  GetWRefCon (FrontWindow ()))->mFP;
!                 saved_menu_event_location = er.where;
!                 bufp->kind = MENU_BAR_ACTIVATE_EVENT;
!                 XSETFRAME (bufp->frame_or_window, f);
!                 count++;
!               }
              break;
  
            case inContent:
--- 7773,7787 ----
          switch (part_code)
            {
            case inMenuBar:
!             if (er.what == mouseDown)  
!               {
!                 struct frame *f = ((mac_output *)
!                                    GetWRefCon (FrontWindow ()))->mFP;
!                 saved_menu_event_location = er.where;
!                 bufp->kind = MENU_BAR_ACTIVATE_EVENT;
!                 XSETFRAME (bufp->frame_or_window, f);
!                 count++;
!               }
              break;
  
            case inContent:
***************
*** 7899,7906 ****
  
            /* window resize handling added --ben */
            case inGrow:
!             do_grow_window(window_ptr, &er);
!             break;
  
            /* window zoom handling added --ben */
            case inZoomIn:
--- 7900,7910 ----
  
            /* window resize handling added --ben */
            case inGrow:
!               if (er.what == mouseDown)  
!               {
!                 do_grow_window(window_ptr, &er);
!                 break;
!               }
  
            /* window zoom handling added --ben */
            case inZoomIn:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]