changeset 90387:0aa60bfbc7ce

(USE_ATSUI): Don't enable on emacs-unicode-2 branch.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Tue, 02 May 2006 08:50:21 +0000
parents 2ecafc6d5db7
children a786f674d33f
files src/macgui.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/macgui.h	Tue May 02 05:51:52 2006 +0000
+++ b/src/macgui.h	Tue May 02 08:50:21 2006 +0000
@@ -81,11 +81,13 @@
 
 /* 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.  */