summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-08-12 13:07:03 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-08-12 13:07:03 +0100
commitce666270c8861e039a06718cc3e9093d63d15187 (patch)
treef12c1e50982fe70ec140dae025b82f79bf98706e
parentb3cb8b209d0515c54e1126f8ed6adf3cf7fbf3bd (diff)
downloadxf86-video-intel-ce666270c8861e039a06718cc3e9093d63d15187.tar.gz
xf86-video-intel-ce666270c8861e039a06718cc3e9093d63d15187.tar.bz2
xf86-video-intel-ce666270c8861e039a06718cc3e9093d63d15187.zip
sna: Fix use of obsolete this_atlas in a DBG message
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--src/sna/sna_glyphs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/sna_glyphs.c b/src/sna/sna_glyphs.c
index a6365d92c..29c3f5609 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,