From: YAMAMOTO Mitsuharu Date: Thu, 3 Feb 2005 11:56:47 +0000 (+0000) Subject: (x_create_tip_frame): Use MAC_OS_X_VERSION_MAX_ALLOWED to X-Git-Tag: ttn-vms-21-2-B4~2436 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50b96379d7dde886f40e64386a9b0e8e37c9fb36;p=emacs.git (x_create_tip_frame): Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by the compiling OS version. --- 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) SetRect (&r, 0, 0, 1, 1); #if TARGET_API_MAC_CARBON if (CreateNewWindow (kHelpWindowClass, -#ifdef MAC_OS_X_VERSION_10_2 +#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1020 kWindowIgnoreClicksAttribute | #endif kWindowNoUpdatesAttribute |