xf86-video-intel: Branch 'exa' - src/i830_exa.c

Zhenyu Wang zhen at kemper.freedesktop.org
Mon May 22 06:22:41 EEST 2006


 src/i830_exa.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree bc42dbe07cbd61b357d8eed02608e026c4cf4485 (from e70d99d51edc39ea53536c2f4d62ac622ba3e0d9)
Author: Wang Zhenyu <zhenyu.z.wang at intel.com>
Date:   Mon May 22 11:22:03 2006 +0800

    fix a typo

diff --git a/src/i830_exa.c b/src/i830_exa.c
index a67e549..b22430a 100644
--- a/src/i830_exa.c
+++ b/src/i830_exa.c
@@ -234,7 +234,7 @@ I830EXAPrepareCopy(PixmapPtr pSrcPixmap,
     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);



More information about the xorg-commit mailing list