diff options
author | das <das> | 2005-12-08 07:50:09 (GMT) |
---|---|---|
committer | das <das> | 2005-12-08 07:50:09 (GMT) |
commit | 92c26aee05e92937090c66189ac215a1210f4e37 (patch) | |
tree | a011b74c668f90cea750b3881184311f8d130a3a /macosx/tkMacOSXFont.c | |
parent | 8c68d4202627fe247fb5382c748ee6b7624c26da (diff) | |
download | tk-92c26aee05e92937090c66189ac215a1210f4e37.zip tk-92c26aee05e92937090c66189ac215a1210f4e37.tar.gz tk-92c26aee05e92937090c66189ac215a1210f4e37.tar.bz2 |
* macosx/tkMacOSXDraw.c: remove inclusion of tclInt.h and use of tcl
* macosx/tkMacOSXFont.c: internals wherever possible in tk/macosx, the
* macosx/tkMacOSXInit.c: only remaining tcl internals in TkAqua are
* macosx/tkMacOSXNotify.c: TclServiceIdle() in tkMacOSXScrlbr.c and
* macosx/tkMacOSXScrlbr.c: Tcl_Get/SetStartupScript() in tkMacOSXInit.c
[Bug 1336531].
Diffstat (limited to 'macosx/tkMacOSXFont.c')
-rw-r--r-- | macosx/tkMacOSXFont.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/macosx/tkMacOSXFont.c b/macosx/tkMacOSXFont.c index 550afa4..2059662 100644 --- a/macosx/tkMacOSXFont.c +++ b/macosx/tkMacOSXFont.c @@ -11,12 +11,10 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXFont.c,v 1.10 2005/11/27 02:36:15 das Exp $ + * RCS: @(#) $Id: tkMacOSXFont.c,v 1.11 2005/12/08 07:50:14 das Exp $ */ #include <Carbon/Carbon.h> -#include "tclInt.h" - #include "tkMacOSXInt.h" #include "tkFont.h" |