diff options
author | dkf <dkf@noemail.net> | 2004-08-04 14:47:32 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2004-08-04 14:47:32 (GMT) |
commit | d34d65b71fbb3e697730d8767d0146f5995080ef (patch) | |
tree | e3cf9bb76e7b34c80c8dfb07081698c2bf5ff08e /generic | |
parent | f119a565e7b76e1c80188bb00be60621ed4a689e (diff) | |
download | tk-d34d65b71fbb3e697730d8767d0146f5995080ef.zip tk-d34d65b71fbb3e697730d8767d0146f5995080ef.tar.gz tk-d34d65b71fbb3e697730d8767d0146f5995080ef.tar.bz2 |
D'oh!
FossilOrigin-Name: eb8824e39996a48d7726a48257a4323f5f411f8b
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkImgPhoto.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tkImgPhoto.c b/generic/tkImgPhoto.c index a18f56b..b997f28 100644 --- a/generic/tkImgPhoto.c +++ b/generic/tkImgPhoto.c @@ -17,7 +17,7 @@ * Department of Computer Science, * Australian National University. * - * RCS: @(#) $Id: tkImgPhoto.c,v 1.48 2004/08/04 14:24:00 dkf Exp $ + * RCS: @(#) $Id: tkImgPhoto.c,v 1.49 2004/08/04 14:47:33 dkf Exp $ */ #include "tkInt.h" @@ -2602,8 +2602,8 @@ static void ImgPhotoBlendComplexAlpha(bgImg, iPtr, xOffset, yOffset, width, height) XImage *bgImg; /* background image to draw on */ PhotoInstance *iPtr; /* image instance to draw */ - int xOffset, int yOffset; /* X & Y offset into image instance to draw */ - int width, int height; /* width & height of image to draw */ + int xOffset, yOffset; /* X & Y offset into image instance to draw */ + int width, height; /* width & height of image to draw */ { int x, y, line; unsigned long pixel; |