aboutsummaryrefslogtreecommitdiffstats
path: root/src/macgui.h
diff options
context:
space:
mode:
authorMiles Bader2008-02-01 16:01:31 +0000
committerMiles Bader2008-02-01 16:01:31 +0000
commit6cc41fb06c37234822d5aedf7ce0f77b88bb450a (patch)
treea130326faf29d4410ed126e4f0d6a13f11a19df3 /src/macgui.h
parentb502217bd845bc6280fd2bb1eacce176ed4f7d90 (diff)
parentdd559368b0db67654f643320b1d84afdabe60e97 (diff)
downloademacs-6cc41fb06c37234822d5aedf7ce0f77b88bb450a.tar.gz
emacs-6cc41fb06c37234822d5aedf7ce0f77b88bb450a.zip
Merge unicode branch
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1037
Diffstat (limited to 'src/macgui.h')
-rw-r--r--src/macgui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/macgui.h b/src/macgui.h
index b4c013f0dfa..755bffbd461 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. */