diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-11-14 09:32:53 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-11-14 09:32:53 +0000 |
commit | f033172d2f383c7e17362a10f56c4958fb9a3a6b (patch) | |
tree | bb60cfda452231fde5d55e937674d481583840f0 | |
parent | 0c405595fb8739b22569f81f400100b5dfa472cf (diff) |
sna: Fix debug compilation
Reported-by: Clemens Eisserer <linuxhippy@gmail.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=42887
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | src/sna/sna_glyphs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sna/sna_glyphs.c b/src/sna/sna_glyphs.c index 8d3074af..c3864a12 100644 --- a/src/sna/sna_glyphs.c +++ b/src/sna/sna_glyphs.c @@ -716,8 +716,8 @@ glyphs_via_mask(struct sna *sna, int s; DBG(("%s: small mask [format=%lx, depth=%d, size=%d], rendering glyphs to upload buffer\n", - __FUNCTION__, (unsigned long)format->format, format->depth - (uint32_t)width*height*format->depth)); + __FUNCTION__, (unsigned long)format->format, + format->depth, (uint32_t)width*height*format->depth)); upload: pixmap = sna_pixmap_create_upload(screen, |