comparison src/macgui.h @ 71503:fa67beba36e1

(USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Wed, 28 Jun 2006 08:30:32 +0000
parents cd3f4a38aae5
children 979156e19838 138ce2701550
comparison
equal deleted inserted replaced
71502:bc8eb38224c5 71503:fa67beba36e1
110 #endif 110 #endif
111 #endif 111 #endif
112 112
113 /* Whether to use Text Services Manager. */ 113 /* Whether to use Text Services Manager. */
114 #ifndef USE_MAC_TSM 114 #ifndef USE_MAC_TSM
115 #ifdef MAC_OSX 115 #if TARGET_API_MAC_CARBON
116 #define USE_MAC_TSM 1 116 #define USE_MAC_TSM 1
117 #endif 117 #endif
118 #endif 118 #endif
119 119
120 typedef WindowPtr Window; 120 typedef WindowPtr Window;