[cairo-commit] cairo ChangeLog,1.1217,1.1218
Carl Worth
commit at pdx.freedesktop.org
Fri Jan 13 09:25:30 PST 2006
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv9540
Modified Files:
ChangeLog
Log Message:
2006-01-13 Carl Worth <cworth at cworth.org>
* src/cairo-win32-font.c: (_flush_glyphs): Eliminate cast of
state->dx.elements which has been wrong since the internals of
cairo_array_t changed on 2005-12-21. Now, hopefully less than all
text will be broken on win32.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1217
retrieving revision 1.1218
diff -u -d -r1.1217 -r1.1218
--- ChangeLog 13 Jan 2006 00:47:05 -0000 1.1217
+++ ChangeLog 13 Jan 2006 17:25:28 -0000 1.1218
@@ -1,3 +1,10 @@
+2006-01-13 Carl Worth <cworth at cworth.org>
+
+ * src/cairo-win32-font.c: (_flush_glyphs): Eliminate cast of
+ state->dx.elements which has been wrong since the internals of
+ cairo_array_t changed on 2005-12-21. Now, hopefully less than all
+ text will be broken on win32.
+
2006-01-12 Carl Worth <cworth at cworth.org>
* test/multi-page.c: (draw_some_pages), (main): Add a call to
More information about the cairo-commit
mailing list