diff options
author | dgp <dgp@users.sourceforge.net> | 2007-12-13 15:23:41 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-12-13 15:23:41 (GMT) |
commit | ad22aa264a6389aad9cd820032d1f8cca5832914 (patch) | |
tree | 4d11bd34c1edaf312cd42b5180cd01bf3fbc7a72 /xlib | |
parent | 3d75268cfe0948ae13452dc01b24cdba45c80201 (diff) | |
download | tk-ad22aa264a6389aad9cd820032d1f8cca5832914.zip tk-ad22aa264a6389aad9cd820032d1f8cca5832914.tar.gz tk-ad22aa264a6389aad9cd820032d1f8cca5832914.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" |