[cairo-commit] test/any2ppm.c

Adrian Johnson ajohnson at kemper.freedesktop.org
Tue Apr 10 06:05:14 PDT 2012


 test/any2ppm.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c7b86ab97be1d3d3ccf43b652832f148a2fcf290
Author: Adrian Johnson <ajohnson at redneon.com>
Date:   Tue Apr 10 22:34:05 2012 +0930

    any2ppm: fix missing enumeration warning

diff --git a/test/any2ppm.c b/test/any2ppm.c
index 6b61c47..2403347 100644
--- a/test/any2ppm.c
+++ b/test/any2ppm.c
@@ -193,6 +193,7 @@ write_ppm (cairo_surface_t *surface, int fd)
 	break;
     case CAIRO_FORMAT_A1:
     case CAIRO_FORMAT_RGB16_565:
+    case CAIRO_FORMAT_RGB30:
     case CAIRO_FORMAT_INVALID:
     default:
 	return "unhandled image format";


More information about the cairo-commit mailing list