diff options
author | wolfsuit <wolfsuit> | 2001-10-15 09:21:59 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2001-10-15 09:21:59 (GMT) |
commit | a3014412e50718ef8e18906598145caab4b898f0 (patch) | |
tree | 7105a93a860c8f55a94974a10b6fdfe6c6dd8a2f /generic/tkPointer.c | |
parent | 343a12a735abd601b4cd5c087be337a51851adb6 (diff) | |
download | tk-a3014412e50718ef8e18906598145caab4b898f0.zip tk-a3014412e50718ef8e18906598145caab4b898f0.tar.gz tk-a3014412e50718ef8e18906598145caab4b898f0.tar.bz2 |
First checkin of support for Tk on Mac OS X.
Diffstat (limited to 'generic/tkPointer.c')
-rw-r--r-- | generic/tkPointer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkPointer.c b/generic/tkPointer.c index d14074d..a137ec4 100644 --- a/generic/tkPointer.c +++ b/generic/tkPointer.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkPointer.c,v 1.4 1999/04/16 01:51:21 stanton Exp $ + * RCS: @(#) $Id: tkPointer.c,v 1.4.18.1 2001/10/15 09:22:00 wolfsuit Exp $ */ #include "tkInt.h" @@ -20,7 +20,7 @@ #include "tkWinInt.h" #endif -#ifdef MAC_TCL +#if defined(MAC_TCL) || defined(MAC_OSX_TCL) #define Cursor XCursor #endif |