xf86-video-intel: Branch 'glucose' - src/i830_video.c

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Sep 24 12:36:15 PDT 2007


 src/i830_video.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 6ce6c6849d0d99ec2a94086a2928da5cf700b2a3 (from d74cda696907f149fceac2ce410712b6d1f6feca)
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Mon Sep 24 20:29:00 2007 +0100

    Build fixes.

diff --git a/src/i830_video.c b/src/i830_video.c
index 354c9f3..ac78fdf 100644
--- a/src/i830_video.c
+++ b/src/i830_video.c
@@ -2402,7 +2402,7 @@ I830PutImage(ScrnInfoPtr pScrn,
     }
 #endif
 
-    if (!pI830->useEXA &&
+    if (!pI830->AccelMethod == USE_EXA &&
 	    (((char *)pPixmap->devPrivate.ptr < (char *)pI830->FbBase) ||
 	     ((char *)pPixmap->devPrivate.ptr >= (char *)pI830->FbBase +
 	      pI830->FbMapSize))) {


More information about the xorg-commit mailing list