diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-04 14:47:33 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-04 14:47:33 (GMT) |
commit | 975d23f89c0fa853bf123a145125dd2f317e14ac (patch) | |
tree | e3cf9bb76e7b34c80c8dfb07081698c2bf5ff08e /generic | |
parent | 86388a48e0a8bc5c7f437645cfed9446d4ff001e (diff) | |
download | tk-975d23f89c0fa853bf123a145125dd2f317e14ac.zip tk-975d23f89c0fa853bf123a145125dd2f317e14ac.tar.gz tk-975d23f89c0fa853bf123a145125dd2f317e14ac.tar.bz2 |
D'oh!
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; |