[cairo-commit] src/cairo-image-surface.c

Behdad Esfahbod behdad at kemper.freedesktop.org
Thu Jul 6 14:52:22 PDT 2006


 src/cairo-image-surface.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 9c37cac22b071f9fb00f9000779bb988df6e010c (from 807cb2fd8e4867d5aab7bd2c887e17160cf9a22f)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Thu Jul 6 17:52:13 2006 -0400

    Fix typo when printing error for unsupported X formats.  It was mistakenly
    marking Green and Blue swapped.

diff --git a/src/cairo-image-surface.c b/src/cairo-image-surface.c
index 8957e4c..4a8f52b 100644
--- a/src/cairo-image-surface.c
+++ b/src/cairo-image-surface.c
@@ -135,8 +135,8 @@ _cairo_format_from_pixman_format (pixman
 	     "\tDepth: %d\n"
 	     "\tAlpha mask: 0x%08x\n"
 	     "\tRed   mask: 0x%08x\n"
-	     "\tBlue  mask: 0x%08x\n"
 	     "\tGreen mask: 0x%08x\n"
+	     "\tBlue  mask: 0x%08x\n"
 	     "Please file an enhacement request (quoting the above) at:\n"
 	     PACKAGE_BUGREPORT "\n",
 	     bpp, am, rm, gm, bm);


More information about the cairo-commit mailing list