summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInit.c
diff options
context:
space:
mode:
authordas <das>2006-04-11 10:19:51 (GMT)
committerdas <das>2006-04-11 10:19:51 (GMT)
commit8b2a7970be6635f07774f94a31f95fb7e01c4034 (patch)
treebb7a13ca16a0674f11054c45a1bdeb183fbda82a /macosx/tkMacOSXInit.c
parent070434c182c27254deaee167b8933d75caa88f07 (diff)
downloadtk-8b2a7970be6635f07774f94a31f95fb7e01c4034.zip
tk-8b2a7970be6635f07774f94a31f95fb7e01c4034.tar.gz
tk-8b2a7970be6635f07774f94a31f95fb7e01c4034.tar.bz2
* macosx/tkMacOSXFont.c: remove #ifdef'd text measuring codepaths now
* macosx/tkMacOSXInit.c: known to be incorrect, cleanup obsolete text * macosx/README: antialiasing control code, document ATSUI text antialiasing changes.
Diffstat (limited to 'macosx/tkMacOSXInit.c')
-rw-r--r--macosx/tkMacOSXInit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXInit.c b/macosx/tkMacOSXInit.c
index 12c3a6f..269dce0 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.19 2006/03/24 14:58:01 das Exp $
+ * RCS: @(#) $Id: tkMacOSXInit.c,v 1.20 2006/04/11 10:19:51 das Exp $
*/
#include "tkMacOSXInt.h"
@@ -135,7 +135,7 @@ TkpInit(interp)
TkMacOSXInitAppleEvents(interp);
TkMacOSXInitCarbonEvents(interp);
TkMacOSXInitMenus(interp);
- TkMacOSXUseAntialiasedText(interp, TRUE);
+ TkMacOSXUseAntialiasedText(interp, -1);
TkMacOSXInitCGDrawing(interp, TRUE, 3);
encoding = CFStringGetSystemEncoding();