sna: Fix typo in assertion from previous commit
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 21 Jan 2014 09:25:45 +0000 (09:25 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 21 Jan 2014 09:25:45 +0000 (09:25 +0000)
Sigh. It helps to remember to do compile testing with the right
configuration.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/sna/sna_accel.c

index 0b2b4c3..a994855 100644 (file)
@@ -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) */