Mercurial > emacs
diff src/macgui.h @ 70494:6d9fbe4cfce7
(USE_MAC_FONT_PANEL): Define to 1 if USE_ATSUI is set
and build is done on Mac OS X 10.2 and later.
| author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|---|
| date | Sun, 07 May 2006 08:05:19 +0000 |
| parents | d7f3a82edf0a |
| children | cd3f4a38aae5 146cd8369025 |
line wrap: on
line diff
--- a/src/macgui.h Sun May 07 08:05:02 2006 +0000 +++ b/src/macgui.h Sun May 07 08:05:19 2006 +0000 @@ -103,6 +103,13 @@ #endif #endif +/* Whether to use the standard Font Panel floating dialog. */ +#ifndef USE_MAC_FONT_PANEL +#if USE_ATSUI && MAC_OS_X_VERSION_MAX_ALLOWED >= 1020 +#define USE_MAC_FONT_PANEL 1 +#endif +#endif + typedef WindowPtr Window; typedef GWorldPtr Pixmap;
