pixman: Branch 'master'

Søren Sandmann Pedersen sandmann at kemper.freedesktop.org
Fri Apr 25 19:16:43 PDT 2008


 pixman/pixman.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 510ee5d8c23e2d9133dc83634e15b7660f411a1f
Author: Thomas Zimmermann <kuhundbaer at web.de>
Date:   Fri Apr 25 22:13:24 2008 -0400

    Remove trailing comma from enum (bug 15364)

diff --git a/pixman/pixman.h b/pixman/pixman.h
index dfc5d58..b3cf7cd 100644
--- a/pixman/pixman.h
+++ b/pixman/pixman.h
@@ -500,7 +500,7 @@ typedef enum {
 
 /* YUV formats */
     PIXMAN_yuy2 =	PIXMAN_FORMAT(16,PIXMAN_TYPE_YUY2,0,0,0,0),
-    PIXMAN_yv12 =	PIXMAN_FORMAT(12,PIXMAN_TYPE_YV12,0,0,0,0),
+    PIXMAN_yv12 =	PIXMAN_FORMAT(12,PIXMAN_TYPE_YV12,0,0,0,0)
 } pixman_format_code_t;
 
 /* Querying supported format values. */


More information about the xorg-commit mailing list