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