From: YAMAMOTO Mitsuharu Date: Tue, 2 May 2006 08:50:21 +0000 (+0000) Subject: (USE_ATSUI): Don't enable on emacs-unicode-2 branch. X-Git-Tag: emacs-pretest-23.0.90~8295^2~963 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=31ce278b5883ec8d808b9809238497358decbe73;p=emacs.git (USE_ATSUI): Don't enable on emacs-unicode-2 branch. --- diff --git a/src/macgui.h b/src/macgui.h index 579ae2b7663..c09f1a8d173 100644 --- a/src/macgui.h +++ b/src/macgui.h @@ -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. */