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

Chris Wilson ickle at kemper.freedesktop.org
Mon Aug 12 05:07:43 PDT 2013


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

New commits:
commit ce666270c8861e039a06718cc3e9093d63d15187
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon Aug 12 13:07:03 2013 +0100

    sna: Fix use of obsolete this_atlas in a DBG message
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/sna/sna_glyphs.c b/src/sna/sna_glyphs.c
index a6365d9..29c3f56 100644
--- a/src/sna/sna_glyphs.c
+++ b/src/sna/sna_glyphs.c
@@ -1285,7 +1285,7 @@ next_image:
 
 					DBG(("%s: atlas format=%08x, mask format=%08x\n",
 					     __FUNCTION__,
-					     (int)this_atlas->format,
+					     (int)p->atlas->format,
 					     (int)(format->depth << 24 | format->format)));
 					if (p->atlas->format == (format->depth << 24 | format->format)) {
 						ok = sna->render.composite(sna, PictOpAdd,


More information about the xorg-commit mailing list