xf86-video-intel: tools/virtual.c

Chris Wilson ickle at kemper.freedesktop.org
Mon Nov 11 05:15:37 PST 2013


 tools/virtual.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3e93449b5492a4fc09401c23f8754655b63959b5
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon Nov 11 13:15:07 2013 +0000

    intel-virtual-output: Fix format specifiers for Visual DBG
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/tools/virtual.c b/tools/virtual.c
index 602b84c..504a68d 100644
--- a/tools/virtual.c
+++ b/tools/virtual.c
@@ -1467,7 +1467,7 @@ static int record_mouse(struct context *ctx)
 
 static int bad_visual(Visual *visual, int depth)
 {
-	DBG(("%s? depth=%d, visual: class=%d, bits_per_rgb=%d, red_mask=%08x, green_mask=%08x, blue_mask=%08x\n",
+	DBG(("%s? depth=%d, visual: class=%d, bits_per_rgb=%d, red_mask=%08lx, green_mask=%08lx, blue_mask=%08lx\n",
 	     __func__, depth,
 	     visual->class,
 	     visual->bits_per_rgb,


More information about the xorg-commit mailing list