[cairo-commit] src/cairoint.h
Jeff Muizelaar
jrmuizel at kemper.freedesktop.org
Thu May 6 19:29:21 PDT 2010
src/cairoint.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5e3b28ffeac3fc7239c7ada6992e4794a27b0818
Author: Jeff Muizelaar <jmuizelaar at mozilla.com>
Date: Thu May 6 22:27:09 2010 -0400
Remove comma from the end of the CAIRO_PATTERN_ACQUIRE enum
diff --git a/src/cairoint.h b/src/cairoint.h
index 96fd714..490dfed 100644
--- a/src/cairoint.h
+++ b/src/cairoint.h
@@ -2521,7 +2521,7 @@ _cairo_pattern_is_clear (const cairo_pattern_t *pattern);
enum {
CAIRO_PATTERN_ACQUIRE_NONE = 0x0,
- CAIRO_PATTERN_ACQUIRE_NO_REFLECT = 0x1,
+ CAIRO_PATTERN_ACQUIRE_NO_REFLECT = 0x1
};
cairo_private cairo_int_status_t
_cairo_pattern_acquire_surface (const cairo_pattern_t *pattern,
More information about the cairo-commit
mailing list