[PATCH] shut up warning

Signed-off-by: Keith Packard <keithp@neko.keithp.com>
This commit is contained in:
Wang Zhenyu 2006-11-29 17:16:46 +08:00 committed by Keith Packard
parent 01bfa4fa6f
commit 89a42d489b
1 changed files with 2 additions and 4 deletions

View File

@ -1011,10 +1011,8 @@ I965EXAComposite(PixmapPtr pDst, int srcX, int srcY, int maskX, int maskY,
srcXend = srcX + w;
srcYend = srcY + h;
if (pMask) {
maskXend = maskX + w;
maskYend = maskY + h;
}
maskXend = maskX + w;
maskYend = maskY + h;
if (is_transform[0]) {
v.vector[0] = IntToxFixed(srcX);
v.vector[1] = IntToxFixed(srcY);