]> code.delx.au - gnu-emacs/blobdiff - src/macgui.h
Merge from emacs--devo--0
[gnu-emacs] / src / macgui.h
index b4c013f0dfacfefcd9672603ad1f5fccf1c755ff..755bffbd4616f5d76c0d8d6598b0e9871036c445 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.  */