comparison 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
comparison
equal deleted inserted replaced
70493:6c25fb5679a7 70494:6d9fbe4cfce7
101 #if USE_ATSUI && MAC_OS_X_VERSION_MAX_ALLOWED >= 1020 101 #if USE_ATSUI && MAC_OS_X_VERSION_MAX_ALLOWED >= 1020
102 #define USE_CG_DRAWING 1 102 #define USE_CG_DRAWING 1
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
109 #define Cursor ThemeCursor 116 #define Cursor ThemeCursor
110 #define No_Cursor (-1) 117 #define No_Cursor (-1)