[cairo-commit] rcairo/src rb_cairo_font_face.c,1.10,1.11

Kouhei Sutou commit at pdx.freedesktop.org
Fri Sep 26 07:14:00 PDT 2008


Committed by: kou

Update of /cvs/cairo/rcairo/src
In directory kemper:/tmp/cvs-serv6710/src

Modified Files:
	rb_cairo_font_face.c 
Log Message:
* src/rb_cairo_font_face.c: don't define #set_cluster_flags.


Index: rb_cairo_font_face.c
===================================================================
RCS file: /cvs/cairo/rcairo/src/rb_cairo_font_face.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- rb_cairo_font_face.c	19 Sep 2008 12:56:27 -0000	1.10
+++ rb_cairo_font_face.c	26 Sep 2008 14:13:58 -0000	1.11
@@ -698,7 +698,7 @@
                     "cluster_flags",
                     cr_text_to_glyphs_data_get_cluster_flags, 0);
   rb_define_method (rb_cCairo_UserFontFace_TextToGlyphsData,
-                    "set_cluster_flags",
+                    "cluster_flags=",
                     cr_text_to_glyphs_data_set_cluster_flags, 1);
   rb_define_method (rb_cCairo_UserFontFace_TextToGlyphsData,
                     "need_glyphs?", cr_text_to_glyphs_data_need_glyphs, 0);



More information about the cairo-commit mailing list