[cairo-commit] util/cairo-gobject
Chris Wilson
ickle at kemper.freedesktop.org
Fri Jan 4 04:19:41 PST 2013
util/cairo-gobject/cairo-gobject.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a4f221498c20bd9bd6178fddc1ba481ff3fd6cb3
Author: Kouhei Sutou <kou at clear-code.com>
Date: Fri Jan 4 12:18:29 2013 +0000
gobject: Fix "text_cluster_flags_get_type" typo
The macro missed the text from the name, rendering it useless.
diff --git a/util/cairo-gobject/cairo-gobject.h b/util/cairo-gobject/cairo-gobject.h
index d57a735..ab7f00e 100644
--- a/util/cairo-gobject/cairo-gobject.h
+++ b/util/cairo-gobject/cairo-gobject.h
@@ -117,7 +117,7 @@ cairo_gobject_line_cap_get_type (void);
cairo_public GType
cairo_gobject_line_join_get_type (void);
-#define CAIRO_GOBJECT_TYPE_CLUSTER_FLAGS cairo_gobject_cluster_flags_get_type ()
+#define CAIRO_GOBJECT_TYPE_TEST_CLUSTER_FLAGS cairo_gobject_text_cluster_flags_get_type ()
cairo_public GType
cairo_gobject_text_cluster_flags_get_type (void);
More information about the cairo-commit
mailing list