aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2006-05-02 08:50:21 +0000
committerYAMAMOTO Mitsuharu2006-05-02 08:50:21 +0000
commit31ce278b5883ec8d808b9809238497358decbe73 (patch)
tree94256a66c7a7d5d77a687e35e423fbfff61bde87 /src
parentfe682fb2f05fcbd9fcd2d12c2110719adcfcb58a (diff)
downloademacs-31ce278b5883ec8d808b9809238497358decbe73.tar.gz
emacs-31ce278b5883ec8d808b9809238497358decbe73.zip
(USE_ATSUI): Don't enable on emacs-unicode-2 branch.
Diffstat (limited to 'src')
-rw-r--r--src/macgui.h2
1 files changed, 2 insertions, 0 deletions
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;
81 81
82/* Whether to use ATSUI (Apple Type Services for Unicode Imaging) for 82/* Whether to use ATSUI (Apple Type Services for Unicode Imaging) for
83 text drawing. */ 83 text drawing. */
84#if 0 /* Don't enable by default on the emacs-unicode-2 branch. */
84#ifndef USE_ATSUI 85#ifndef USE_ATSUI
85#ifdef MAC_OSX 86#ifdef MAC_OSX
86#define USE_ATSUI 1 87#define USE_ATSUI 1
87#endif 88#endif
88#endif 89#endif
90#endif
89 91
90/* Whether to use low-level Quartz 2D (aka Core Graphics) text drawing 92/* Whether to use low-level Quartz 2D (aka Core Graphics) text drawing
91 in preference to ATSUI for ASCII and Latin-1 characters. */ 93 in preference to ATSUI for ASCII and Latin-1 characters. */