]> git.eshelyaron.com Git - emacs.git/commitdiff
(USE_MAC_TSM): Set default to 1 on Mac OS X.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sat, 3 Jun 2006 02:33:43 +0000 (02:33 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sat, 3 Jun 2006 02:33:43 +0000 (02:33 +0000)
src/macgui.h

index f7005600d4303f9aed7a3fc0595522f45b91f612..a93131e565ec1b4a91cc4b495c81728bbebbde70 100644 (file)
@@ -110,6 +110,13 @@ typedef unsigned long Time;
 #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;