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

Chris Wilson ickle at kemper.freedesktop.org
Sat Jun 25 06:04:50 PDT 2011


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

New commits:
commit 3833ff967766b0b99f1d636c6453de1783a90586
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Sat Jun 25 14:02:50 2011 +0100

    sna: Correct typo in computing damage of PolyPoint
    
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=38614
    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 37f8fb0..8e8202a 100644
--- a/src/sna/sna_accel.c
+++ b/src/sna/sna_accel.c
@@ -1741,7 +1741,7 @@ sna_poly_point_blt(DrawablePtr drawable,
 				BoxRec box;
 
 				box.x1 = x + dx;
-				box.y1 = x + dx;
+				box.y1 = y + dy;
 				box.x2 = box.x1 + 1;
 				box.y2 = box.y1 + 1;
 


More information about the xorg-commit mailing list