From dfe1f63f709fc711c15d1be317dc1404d72b3efd Mon Sep 17 00:00:00 2001 From: Aaron Plattner Date: Fri, 25 Jul 2008 10:14:29 -0700 Subject: [PATCH] Add depth 30 formats to pixman_format_supported_source. Thanks to Julien Cristau for pointing out that these were missing. --- pixman/pixman-utils.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pixman/pixman-utils.c b/pixman/pixman-utils.c index f013ae7..21d9a2f 100644 --- a/pixman/pixman-utils.c +++ b/pixman/pixman-utils.c @@ -537,6 +537,8 @@ pixman_format_supported_source (pixman_format_code_t format) { switch (format) { /* 32 bpp formats */ + case PIXMAN_a2b10g10r10: + case PIXMAN_x2b10g10r10: case PIXMAN_a8r8g8b8: case PIXMAN_x8r8g8b8: case PIXMAN_a8b8g8r8: -- 2.7.4