summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2009-09-17 20:58:36 +0200
committerBenjamin Otte <otte@gnome.org>2009-11-02 12:59:52 +0100
commit1cc160b414df35f7ad8a0e2f9cef09775ba53950 (patch)
treee95a7f6734ba44e5c9da89df7e3ce8d18c45ec63
parent19a188a4a5fffe22f891fbc5d46de4ce8e7e8dfb (diff)
Y800 is identical to PIXMAN_g8
-rw-r--r--pixman/pixman.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pixman/pixman.h b/pixman/pixman.h
index cc71f98..035fdb9 100644
--- a/pixman/pixman.h
+++ b/pixman/pixman.h
@@ -707,7 +707,6 @@ typedef enum {
// PIXMAN_y422 = PIXMAN_FORMAT(32,PIXMAN_TYPE_YUV_PACKED,0,0,0,0)
// PIXMAN_y42b = PIXMAN_FORMAT(32,PIXMAN_TYPE_YUV_PACKED,0,0,0,0)
// PIXMAN_y444 = PIXMAN_FORMAT(32,PIXMAN_TYPE_YUV_PACKED,0,0,0,0)
-// PIXMAN_y800 = PIXMAN_FORMAT(32,PIXMAN_TYPE_YUV_PACKED,0,0,0,0)
// PIXMAN_yuv9 = PIXMAN_FORMAT(32,PIXMAN_TYPE_YUV_PACKED,0,0,0,0)
// PIXMAN_yuy2 = PIXMAN_FORMAT(32,PIXMAN_TYPE_YUV_PACKED,0,0,0,0)
// PIXMAN_yv12 = PIXMAN_FORMAT(32,PIXMAN_TYPE_YUV_PACKED,0,0,0,0)