diff src/macgui.h @ 71177:cd3f4a38aae5

(USE_MAC_TSM): Set default to 1 on Mac OS X.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sat, 03 Jun 2006 02:33:43 +0000
parents 6d9fbe4cfce7
children fa67beba36e1 a8190f7e546e
line wrap: on
line diff
--- a/src/macgui.h	Sat Jun 03 02:32:42 2006 +0000
+++ b/src/macgui.h	Sat Jun 03 02:33:43 2006 +0000
@@ -110,6 +110,13 @@
 #endif
 #endif
 
+/* Whether to use Text Services Manager.  */
+#ifndef USE_MAC_TSM
+#ifdef MAC_OSX
+#define USE_MAC_TSM 1
+#endif
+#endif
+
 typedef WindowPtr Window;
 typedef GWorldPtr Pixmap;