diff options
author | wolfsuit <wolfsuit> | 2004-07-25 01:57:30 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2004-07-25 01:57:30 (GMT) |
commit | f09927d754980787cfbe2873c6731f33f008a5fb (patch) | |
tree | cbe9b8f26567cbfa81936df1c5d421995b5845b2 /macosx/tkMacOSXInit.c | |
parent | 06245143e2472b830942cf84aec4ef475197e9b9 (diff) | |
download | tk-f09927d754980787cfbe2873c6731f33f008a5fb.zip tk-f09927d754980787cfbe2873c6731f33f008a5fb.tar.gz tk-f09927d754980787cfbe2873c6731f33f008a5fb.tar.bz2 |
Finish the implementation of the CG version of the X Drawing layer.
Add support for returning values for the wm attributes commands, and
use FSRef's rather than FSSpec's.
Diffstat (limited to 'macosx/tkMacOSXInit.c')
-rw-r--r-- | macosx/tkMacOSXInit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/tkMacOSXInit.c b/macosx/tkMacOSXInit.c index c8c9ef3..5f415c8 100644 --- a/macosx/tkMacOSXInit.c +++ b/macosx/tkMacOSXInit.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXInit.c,v 1.3.2.1 2003/05/13 08:41:48 das Exp $ + * RCS: @(#) $Id: tkMacOSXInit.c,v 1.3.2.2 2004/07/25 01:57:41 wolfsuit Exp $ */ #include "tkInt.h" @@ -112,6 +112,7 @@ TkpInit(interp) TkMacOSXInitAppleEvents(interp); TkMacOSXInitMenus(interp); TkMacOSXUseAntialiasedText(interp, TRUE); + TkMacOSXInitCGDrawing(interp, TRUE, 3); } if (carbonEncodingInitialized == false) { |