diff options
Diffstat (limited to 'src/macgui.h')
| -rw-r--r-- | src/macgui.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/macgui.h b/src/macgui.h index 579ae2b7663..f7005600d43 100644 --- a/src/macgui.h +++ b/src/macgui.h | |||
| @@ -103,6 +103,13 @@ typedef unsigned long Time; | |||
| 103 | #endif | 103 | #endif |
| 104 | #endif | 104 | #endif |
| 105 | 105 | ||
| 106 | /* Whether to use the standard Font Panel floating dialog. */ | ||
| 107 | #ifndef USE_MAC_FONT_PANEL | ||
| 108 | #if USE_ATSUI && MAC_OS_X_VERSION_MAX_ALLOWED >= 1020 | ||
| 109 | #define USE_MAC_FONT_PANEL 1 | ||
| 110 | #endif | ||
| 111 | #endif | ||
| 112 | |||
| 106 | typedef WindowPtr Window; | 113 | typedef WindowPtr Window; |
| 107 | typedef GWorldPtr Pixmap; | 114 | typedef GWorldPtr Pixmap; |
| 108 | 115 | ||