aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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. */