xf86-video-intel: src/sna/sna_accel.c

Chris Wilson ickle at kemper.freedesktop.org
Tue Jan 21 01:27:07 PST 2014


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

New commits:
commit 6a757eaa0903139183d16c3437bf86d58e62145e
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Tue Jan 21 09:25:45 2014 +0000

    sna: Fix typo in assertion from previous commit
    
    Sigh. It helps to remember to do compile testing with the right
    configuration.
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
index 0b2b4c3..a994855 100644
--- a/src/sna/sna_accel.c
+++ b/src/sna/sna_accel.c
@@ -6338,7 +6338,7 @@ sna_do_copy(DrawablePtr src, DrawablePtr dst, GCPtr gc,
 
 	if (!box_empty(&region.extents))
 		copy(src, dst, gc, &region, sx-dx, sy-dy, bitPlane, closure);
-	assert(gc->pCompsiteClip != &region);
+	assert(gc->pCompositeClip != &region);
 	RegionUninit(&region);
 
 	/* Pixmap sources generate a NoExposed (we return NULL to do this) */


More information about the xorg-commit mailing list