(USE_ATSUI): Don't enable on emacs-unicode-2 branch.
This commit is contained in:
parent
fe682fb2f0
commit
31ce278b58
1 changed files with 2 additions and 0 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue