diff options
author | das <das> | 2005-12-08 07:50:27 (GMT) |
---|---|---|
committer | das <das> | 2005-12-08 07:50:27 (GMT) |
commit | d2258e9d68e9e664d40be6081ae6f07212393749 (patch) | |
tree | e3401c5a3919f913ff976e04d8d93db7a52eebf3 /macosx/tkMacOSXScrlbr.c | |
parent | 7b8ab866347e0f1c861505307905f03a19153477 (diff) | |
download | tk-d2258e9d68e9e664d40be6081ae6f07212393749.zip tk-d2258e9d68e9e664d40be6081ae6f07212393749.tar.gz tk-d2258e9d68e9e664d40be6081ae6f07212393749.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/tkMacOSXScrlbr.c')
-rw-r--r-- | macosx/tkMacOSXScrlbr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXScrlbr.c b/macosx/tkMacOSXScrlbr.c index 0dd42e0..0f91662 100644 --- a/macosx/tkMacOSXScrlbr.c +++ b/macosx/tkMacOSXScrlbr.c @@ -11,12 +11,12 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXScrlbr.c,v 1.5.2.6 2005/10/18 00:41:19 hobbs Exp $ + * RCS: @(#) $Id: tkMacOSXScrlbr.c,v 1.5.2.7 2005/12/08 07:50:30 das Exp $ */ #include "tkScrollbar.h" #include "tkMacOSXInt.h" -#include "tclInt.h" +#include "tclInt.h" /* for TclServiceIdle() */ #include <Carbon/Carbon.h> |