From bc42dbe07cbd61b357d8eed02608e026c4cf4485 Mon Sep 17 00:00:00 2001 From: Wang Zhenyu Date: Mon, 22 May 2006 11:22:03 +0800 Subject: [PATCH] fix a typo --- src/i830_exa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i830_exa.c b/src/i830_exa.c index a67e5498..b22430a7 100644 --- a/src/i830_exa.c +++ b/src/i830_exa.c @@ -234,7 +234,7 @@ I830EXAPrepareCopy(PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap, int xdir, ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; I830Ptr pI830 = I830PTR(pScrn); - if (planemask != (Pixel)~0 && !EXA_PM_IS_SOLID(pScrPixmap, planemask)) + if (planemask != (Pixel)~0 && !EXA_PM_IS_SOLID(pSrcPixmap, planemask)) I830FALLBACK("planemask is not solid"); pI830->copy_src_pitch = exaGetPixmapPitch(pSrcPixmap);