mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-14 16:50:58 +00:00
(USE_MAC_FONT_PANEL): Define to 1 if USE_ATSUI is set
and build is done on Mac OS X 10.2 and later.
This commit is contained in:
parent
000447ac01
commit
b1b415de01
@ -103,6 +103,13 @@ typedef unsigned long Time;
|
||||
#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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user