]> git.eshelyaron.com Git - emacs.git/commitdiff
(USE_ATSUI): Don't enable on emacs-unicode-2 branch.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Tue, 2 May 2006 08:50:21 +0000 (08:50 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Tue, 2 May 2006 08:50:21 +0000 (08:50 +0000)
src/macgui.h

index 579ae2b7663096b0267beb4a86d3497e2dc0ddf5..c09f1a8d173ad127a9244bbc55c3666e7eef81df 100644 (file)
@@ -81,11 +81,13 @@ typedef unsigned long Time;
 
 /* Whether to use ATSUI (Apple Type Services for Unicode Imaging) for
    text drawing.  */
+#if 0 /* Don't enable by default on the emacs-unicode-2 branch.  */
 #ifndef USE_ATSUI
 #ifdef MAC_OSX
 #define USE_ATSUI 1
 #endif
 #endif
+#endif
 
 /* Whether to use low-level Quartz 2D (aka Core Graphics) text drawing
    in preference to ATSUI for ASCII and Latin-1 characters.  */