diff options
author | das <das> | 2005-12-08 07:50:27 (GMT) |
---|---|---|
committer | das <das> | 2005-12-08 07:50:27 (GMT) |
commit | 3444f60a7e5bd27251cc245245aaea207943d403 (patch) | |
tree | e3401c5a3919f913ff976e04d8d93db7a52eebf3 /macosx/tkMacOSXDraw.c | |
parent | 2ceebb4130eb6be8bd1a0c060e9f55a59857484f (diff) | |
download | tk-3444f60a7e5bd27251cc245245aaea207943d403.zip tk-3444f60a7e5bd27251cc245245aaea207943d403.tar.gz tk-3444f60a7e5bd27251cc245245aaea207943d403.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/tkMacOSXDraw.c')
-rw-r--r-- | macosx/tkMacOSXDraw.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/tkMacOSXDraw.c b/macosx/tkMacOSXDraw.c index e24eb8b..5722057 100644 --- a/macosx/tkMacOSXDraw.c +++ b/macosx/tkMacOSXDraw.c @@ -11,10 +11,9 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXDraw.c,v 1.2.2.8 2005/11/27 02:36:46 das Exp $ + * RCS: @(#) $Id: tkMacOSXDraw.c,v 1.2.2.9 2005/12/08 07:50:30 das Exp $ */ -#include "tclInt.h" #include "tkInt.h" #include "X11/X.h" #include "X11/Xlib.h" |