# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1146559821 0 # Node ID 0aa60bfbc7ce82d609f4b0e5219af6263eee50f8 # Parent 2ecafc6d5db7c06cd80ecca8339301c8b9d9f63f (USE_ATSUI): Don't enable on emacs-unicode-2 branch. diff -r 2ecafc6d5db7 -r 0aa60bfbc7ce src/macgui.h --- 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. */