projects
/
platform
/
upstream
/
xf86-video-intel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9ebb01
)
sna: Fix typo in assertion from previous commit
author
Chris Wilson
<chris@chris-wilson.co.uk>
Tue, 21 Jan 2014 09:25:45 +0000
(09:25 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/src/sna/sna_accel.c
b/src/sna/sna_accel.c
index
0b2b4c3
..
a994855
100644
(file)
--- 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(®ion.extents))
copy(src, dst, gc, ®ion, sx-dx, sy-dy, bitPlane, closure);
- assert(gc->pCompsiteClip != ®ion);
+ assert(gc->pComp
o
siteClip != ®ion);
RegionUninit(®ion);
/* Pixmap sources generate a NoExposed (we return NULL to do this) */