aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-02-03 11:56:47 +0000
committerYAMAMOTO Mitsuharu2005-02-03 11:56:47 +0000
commit50b96379d7dde886f40e64386a9b0e8e37c9fb36 (patch)
tree411902bd3177065589466715dd989797290efba5 /src
parent856a5c5ba7b001471663cc157bdf801cf681f4cd (diff)
downloademacs-50b96379d7dde886f40e64386a9b0e8e37c9fb36.tar.gz
emacs-50b96379d7dde886f40e64386a9b0e8e37c9fb36.zip
(x_create_tip_frame): Use MAC_OS_X_VERSION_MAX_ALLOWED to
conditionalize by the compiling OS version.
Diffstat (limited to 'src')
-rw-r--r--src/macfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macfns.c b/src/macfns.c
index 416522b49b9..26d63ec99af 100644
--- a/src/macfns.c
+++ b/src/macfns.c
@@ -3882,7 +3882,7 @@ x_create_tip_frame (dpyinfo, parms, text)
3882 SetRect (&r, 0, 0, 1, 1); 3882 SetRect (&r, 0, 0, 1, 1);
3883#if TARGET_API_MAC_CARBON 3883#if TARGET_API_MAC_CARBON
3884 if (CreateNewWindow (kHelpWindowClass, 3884 if (CreateNewWindow (kHelpWindowClass,
3885#ifdef MAC_OS_X_VERSION_10_2 3885#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1020
3886 kWindowIgnoreClicksAttribute | 3886 kWindowIgnoreClicksAttribute |
3887#endif 3887#endif
3888 kWindowNoUpdatesAttribute | 3888 kWindowNoUpdatesAttribute |