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


From: Andrew Choi
Subject: [Emacs-diffs] Changes to emacs/src/macterm.c
Date: Sun, 12 Oct 2003 20:07:10 -0400

Index: emacs/src/macterm.c
diff -c emacs/src/macterm.c:1.49 emacs/src/macterm.c:1.50
*** emacs/src/macterm.c:1.49    Fri Oct  3 07:36:04 2003
--- emacs/src/macterm.c Sun Oct 12 20:07:10 2003
***************
*** 7875,7886 ****
  
            case inDrag:
  #if TARGET_API_MAC_CARBON
!             {
!               BitMap bm;
! 
!               GetQDGlobalsScreenBits (&bm);
!               DragWindow (window_ptr, er.where, &bm.bounds);
!             }
  #else /* not TARGET_API_MAC_CARBON */
              DragWindow (window_ptr, er.where, &qd.screenBits.bounds);
  #endif /* not TARGET_API_MAC_CARBON */
--- 7875,7887 ----
  
            case inDrag:
  #if TARGET_API_MAC_CARBON
!               if (er.what == mouseDown)  
!               {
!                 BitMap bm;
!                 
!                 GetQDGlobalsScreenBits (&bm);
!                 DragWindow (window_ptr, er.where, &bm.bounds);
!               }
  #else /* not TARGET_API_MAC_CARBON */
              DragWindow (window_ptr, er.where, &qd.screenBits.bounds);
  #endif /* not TARGET_API_MAC_CARBON */




reply via email to

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