[cairo-commit] cairo ChangeLog,1.489,1.490
Carl Worth
commit at pdx.freedesktop.org
Fri Apr 8 14:06:34 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv13296
Modified Files:
ChangeLog
Log Message:
* src/cairoint.h:
* src/cairo.h: Move include of pixman.h from cairo.h to cairoint.h
since libpixman isn't part of cairo's public interface.
* test/move-to-show-surface.c (draw): Use unsigned long rather
than uint32_t since we no longer have pixman.h setting that type
up for us.
* src/cairo-font.c (cairo_font_face_destroy): Remove unused
variable user_data_copy.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.489
retrieving revision 1.490
diff -u -d -r1.489 -r1.490
--- ChangeLog 8 Apr 2005 20:44:22 -0000 1.489
+++ ChangeLog 8 Apr 2005 21:06:32 -0000 1.490
@@ -1,3 +1,16 @@
+2005-04-08 Carl Worth <cworth at cworth.org>
+
+ * src/cairoint.h:
+ * src/cairo.h: Move include of pixman.h from cairo.h to cairoint.h
+ since libpixman isn't part of cairo's public interface.
+
+ * test/move-to-show-surface.c (draw): Use unsigned long rather
+ than uint32_t since we no longer have pixman.h setting that type
+ up for us.
+
+ * src/cairo-font.c (cairo_font_face_destroy): Remove unused
+ variable user_data_copy.
+
2005-04-08 Owen Taylor <otaylor at redhat.com>
* src/cairo.h src/cairo-font.c src/cairoint.h
More information about the cairo-commit
mailing list