# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1149302023 0 # Node ID cd3f4a38aae52168b824fe6ef379cd9fec53db06 # Parent 18dfea3e32033f5d64caf51a801a1bb44e254f4f (USE_MAC_TSM): Set default to 1 on Mac OS X. diff -r 18dfea3e3203 -r cd3f4a38aae5 src/macgui.h --- 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;