changeset 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 18dfea3e3203
children d098ef877d70
files src/macgui.h
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
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;