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,v


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/macterm.c,v
Date: Tue, 12 Sep 2006 09:48:19 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     YAMAMOTO Mitsuharu <mituharu>   06/09/12 09:48:18

Index: macterm.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/macterm.c,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -b -r1.189 -r1.190
--- macterm.c   8 Sep 2006 14:14:28 -0000       1.189
+++ macterm.c   12 Sep 2006 09:48:18 -0000      1.190
@@ -10538,11 +10538,7 @@
                    && (TrackWindowProxyDrag (window_ptr, er.where)
                        != errUserWantsToDragWindow))
                  break;
-               /* kWindowAsyncDragAttribute is specified on Mac OS X
-                  10.3 and later.*/
-#if MAC_OS_X_VERSION_MAX_ALLOWED < 1030
                DragWindow (window_ptr, er.where, NULL);
-#endif
 #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]