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 690840c6c33..90688e5703e 100644
--- a/src/macgui.h
+++ b/src/macgui.h
@@ -112,6 +112,13 @@ typedef unsigned long Time;
112#endif 112#endif
113#endif 113#endif
114 114
115/* Whether to use Text Services Manager. */
116#ifndef USE_MAC_TSM
117#ifdef MAC_OSX
118#define USE_MAC_TSM 1
119#endif
120#endif
121
115typedef WindowPtr Window; 122typedef WindowPtr Window;
116typedef GWorldPtr Pixmap; 123typedef GWorldPtr Pixmap;
117 124