[cairo-commit] src/cairo.h

Andrea Canciani ranma42 at kemper.freedesktop.org
Wed Jun 8 03:04:02 PDT 2011


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

New commits:
commit d0615633dc1529af44740f8326ca1886a8b3bf5c
Author: Murray Cumming <murrayc at murrayc.com>
Date:   Mon May 9 09:45:06 2011 +0200

    cairo: Remove trailing comma from cairo_format_t
    
    Fixes warnings when building with C++.
    
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=36989

diff --git a/src/cairo.h b/src/cairo.h
index 9632592..1510971 100644
--- a/src/cairo.h
+++ b/src/cairo.h
@@ -2265,7 +2265,7 @@ typedef enum _cairo_format {
     CAIRO_FORMAT_A8        = 2,
     CAIRO_FORMAT_A1        = 3,
     CAIRO_FORMAT_RGB16_565 = 4,
-    CAIRO_FORMAT_RGB30     = 5,
+    CAIRO_FORMAT_RGB30     = 5
 } cairo_format_t;
 
 cairo_public cairo_surface_t *


More information about the cairo-commit mailing list