diff options
author | dgp@users.sourceforge.net <dgp> | 2007-12-13 15:23:41 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2007-12-13 15:23:41 (GMT) |
commit | 2c47b5d96752525b18d99286069f95f038548ca4 (patch) | |
tree | 4d11bd34c1edaf312cd42b5180cd01bf3fbc7a72 /xlib | |
parent | fa639b8d349b5bc14e2e92ba8542b7ac0171db7b (diff) | |
download | tk-2c47b5d96752525b18d99286069f95f038548ca4.zip tk-2c47b5d96752525b18d99286069f95f038548ca4.tar.gz tk-2c47b5d96752525b18d99286069f95f038548ca4.tar.bz2 |
merge stable branch onto HEAD
Diffstat (limited to 'xlib')
-rw-r--r-- | xlib/xgc.c | 2 | ||||
-rw-r--r-- | xlib/ximage.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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: xgc.c,v 1.15 2007/11/09 06:23:30 das Exp $ + * RCS: @(#) $Id: xgc.c,v 1.16 2007/12/13 15:29:45 dgp Exp $ */ #include <tkInt.h> diff --git a/xlib/ximage.c b/xlib/ximage.c index 9bb1dcf..da8e806 100644 --- a/xlib/ximage.c +++ b/xlib/ximage.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: ximage.c,v 1.8 2007/06/29 03:18:08 das Exp $ + * RCS: @(#) $Id: ximage.c,v 1.9 2007/12/13 15:29:45 dgp Exp $ */ #include "tkInt.h" |