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

Chris Wilson ickle at kemper.freedesktop.org
Mon Nov 14 01:34:27 PST 2011


 src/sna/sna_glyphs.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f033172d2f383c7e17362a10f56c4958fb9a3a6b
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon Nov 14 09:32:53 2011 +0000

    sna: Fix debug compilation
    
    Reported-by: Clemens Eisserer <linuxhippy at gmail.com>
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=42887
    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 8d3074a..c3864a1 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,


More information about the xorg-commit mailing list