[cairo-commit] cairo ChangeLog,1.494,1.495

Carl Worth commit at pdx.freedesktop.org
Tue Apr 12 07:12:10 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * src/cairo-gstate.c (_cairo_gstate_show_surface): Offset the src
        pattern by (0,0)->CTM. This fixes test/translate-show-surface.

        * src/cairo-glitz-surface.c
        (_cairo_glitz_surface_composite_trapezoids): Use unsigned cahr* to
        match new prototype for cairo_image_surface_create_for_data.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.494
retrieving revision 1.495
diff -u -d -r1.494 -r1.495
--- ChangeLog	11 Apr 2005 21:04:56 -0000	1.494
+++ ChangeLog	12 Apr 2005 14:12:08 -0000	1.495
@@ -1,3 +1,12 @@
+2005-04-12  Carl Worth  <cworth at cworth.org>
+
+	* src/cairo-gstate.c (_cairo_gstate_show_surface): Offset the src
+	pattern by (0,0)->CTM. This fixes test/translate-show-surface.
+
+	* src/cairo-glitz-surface.c
+	(_cairo_glitz_surface_composite_trapezoids): Use unsigned cahr* to
+	match new prototype for cairo_image_surface_create_for_data.
+
 2005-04-11  Carl Worth  <cworth at cworth.org>
 
 	* test/.cvsignore:




More information about the cairo-commit mailing list