# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1107431807 0 # Node ID 47a7608e0711330b1d9e05307307efccc05e567d # Parent 5ae033db673f5296b90f1b96afe89cae239cc926 (x_create_tip_frame): Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by the compiling OS version. diff -r 5ae033db673f -r 47a7608e0711 src/macfns.c --- a/src/macfns.c Thu Feb 03 11:55:47 2005 +0000 +++ b/src/macfns.c Thu Feb 03 11:56:47 2005 +0000 @@ -3882,7 +3882,7 @@ 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 |