diff options
author | dgp <dgp@users.sourceforge.net> | 2007-09-07 01:25:33 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-09-07 01:25:33 (GMT) |
commit | e49fac5b1a1937d9253af474812ecaec6771fe39 (patch) | |
tree | 43ac69bc3a595087f47f047e823a04bc05f0bded /generic/tkCanvWind.c | |
parent | 17c3b9129b6d86c739d3240afef617a7fb5eee59 (diff) | |
download | tk-e49fac5b1a1937d9253af474812ecaec6771fe39.zip tk-e49fac5b1a1937d9253af474812ecaec6771fe39.tar.gz tk-e49fac5b1a1937d9253af474812ecaec6771fe39.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'generic/tkCanvWind.c')
-rw-r--r-- | generic/tkCanvWind.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tkCanvWind.c b/generic/tkCanvWind.c index 27cf963..8579699 100644 --- a/generic/tkCanvWind.c +++ b/generic/tkCanvWind.c @@ -9,12 +9,11 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkCanvWind.c,v 1.14 2007/01/05 00:00:51 nijtmans Exp $ + * RCS: @(#) $Id: tkCanvWind.c,v 1.14.2.1 2007/09/07 01:25:34 dgp Exp $ */ #include <stdio.h> #include "tkInt.h" -#include "tkPort.h" #include "tkCanvas.h" /* |