diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-08-12 13:07:03 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-08-12 13:07:03 +0100 |
commit | ce666270c8861e039a06718cc3e9093d63d15187 (patch) | |
tree | f12c1e50982fe70ec140dae025b82f79bf98706e /src/sna/sna_glyphs.c | |
parent | b3cb8b209d0515c54e1126f8ed6adf3cf7fbf3bd (diff) |
sna: Fix use of obsolete this_atlas in a DBG message
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna_glyphs.c')
-rw-r--r-- | src/sna/sna_glyphs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/sna_glyphs.c b/src/sna/sna_glyphs.c index a6365d92..29c3f560 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, |