[cairo-commit] cairo ChangeLog,1.577,1.578

Carl Worth commit at pdx.freedesktop.org
Thu May 12 23:10:01 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv24577

Modified Files:
	ChangeLog 
Log Message:

        Update xcb backend to compile after recent API changes:

        * src/cairo-xcb-surface.c: (_cairo_xcb_surface_finish):
        Fix missing return value.
        (_cairo_xcb_surface_acquire_source_image): Remove calls to
        non-existent cairo_surface functions.
        (_cairo_xcb_surface_set_matrix): Update for new matrix member names.
        (_cairo_xcb_surface_get_extents): Fix typo.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.577
retrieving revision 1.578
diff -u -d -r1.577 -r1.578
--- ChangeLog	12 May 2005 18:02:35 -0000	1.577
+++ ChangeLog	13 May 2005 06:09:58 -0000	1.578
@@ -1,5 +1,16 @@
 2005-05-12  Carl Worth  <cworth at cworth.org>
 
+	Update xcb backend to compile after recent API changes:
+
+	* src/cairo-xcb-surface.c: (_cairo_xcb_surface_finish):
+	Fix missing return value.
+	(_cairo_xcb_surface_acquire_source_image): Remove calls to
+	non-existent cairo_surface functions.
+	(_cairo_xcb_surface_set_matrix): Update for new matrix member names.
+	(_cairo_xcb_surface_get_extents): Fix typo.
+
+2005-05-12  Carl Worth  <cworth at cworth.org>
+
 	* test/.cvsignore:
 	* test/Makefile.am:
 	* test/paint-with-alpha-ref.png:




More information about the cairo-commit mailing list