[cairo-commit] cairo ChangeLog,1.261,1.262
Carl Worth
commit at pdx.freedesktop.org
Fri Nov 12 06:12:22 PST 2004
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv25821
Modified Files:
ChangeLog
Log Message:
* src/cairo_font.c (_font_cache_hash, _font_cache_create_entry):
* src/cairo_ft_font.c (_cairo_ft_font_text_to_glyphs): Move
declarations above statements to satisfy pre-C99 compilers. Thanks
to Michael Johnson <ahze at ahze.net>.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -d -r1.261 -r1.262
--- ChangeLog 11 Nov 2004 20:15:12 -0000 1.261
+++ ChangeLog 12 Nov 2004 14:12:20 -0000 1.262
@@ -1,3 +1,10 @@
+2004-11-12 Carl Worth <cworth at cworth.org>
+
+ * src/cairo_font.c (_font_cache_hash, _font_cache_create_entry):
+ * src/cairo_ft_font.c (_cairo_ft_font_text_to_glyphs): Move
+ declarations above statements to satisfy pre-C99 compilers. Thanks
+ to Michael Johnson <ahze at ahze.net>.
+
2004-11-09 Carl Worth <cworth at cworth.org>
* test/text_rotate.c (NUM_TEXT): Increase size and increase number
More information about the cairo-commit
mailing list