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

Chris Wilson ickle at kemper.freedesktop.org
Sun Oct 30 08:35:16 PDT 2011


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

New commits:
commit af52e234a78bbde964a93ef8cce21f41a5c959f3
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Sun Oct 30 15:34:34 2011 +0000

    sna: Fix compilation
    
    Remember to drink coffee and compile "obvious" fixes before pushing.
    
    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 3666544..47b8698 100644
--- a/src/sna/sna_accel.c
+++ b/src/sna/sna_accel.c
@@ -1086,7 +1086,7 @@ static inline void box32_add_rect(Box32Rec *box, const xRectangle *r)
 
 	v = r->y;
 	if (box->y1 > v)
-		box->y1 = ;
+		box->y1 = v;
 	v += r->height;
 	if (box->y2 < v)
 		box->y2 = v;


More information about the xorg-commit mailing list