aboutsummaryrefslogtreecommitdiffstats
path: root/src/macgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macgui.h')
-rw-r--r--src/macgui.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/macgui.h b/src/macgui.h
index f7005600d43..a93131e565e 100644
--- a/src/macgui.h
+++ b/src/macgui.h
@@ -110,6 +110,13 @@ typedef unsigned long Time;
110#endif 110#endif
111#endif 111#endif
112 112
113/* Whether to use Text Services Manager. */
114#ifndef USE_MAC_TSM
115#ifdef MAC_OSX
116#define USE_MAC_TSM 1
117#endif
118#endif
119
113typedef WindowPtr Window; 120typedef WindowPtr Window;
114typedef GWorldPtr Pixmap; 121typedef GWorldPtr Pixmap;
115 122