[cairo-commit] cairo ChangeLog,1.1207,1.1208

Carl Worth commit at pdx.freedesktop.org
Fri Jan 6 14:24:58 PST 2006


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

2006-01-06  Carl Worth  <cworth at cworth.org>

        Reviewed by keithp

        * src/cairo-paginated-surface.c: (_paint_page),
        (_cairo_paginated_surface_copy_page),
        (_cairo_paginated_surface_show_page): Change the paginated surface
        to force all output to come from an image surface (to be refined
        incrementally as we hook real surface backends up to it).


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1207
retrieving revision 1.1208
diff -u -d -r1.1207 -r1.1208
--- ChangeLog	6 Jan 2006 22:11:07 -0000	1.1207
+++ ChangeLog	6 Jan 2006 22:24:55 -0000	1.1208
@@ -2,6 +2,16 @@
 
 	Reviewed by keithp
 
+	* src/cairo-paginated-surface.c: (_paint_page),
+	(_cairo_paginated_surface_copy_page),
+	(_cairo_paginated_surface_show_page): Change the paginated surface
+	to force all output to come from an image surface (to be refined
+	incrementally as we hook real surface backends up to it).
+
+2006-01-06  Carl Worth  <cworth at cworth.org>
+
+	Reviewed by keithp
+
 	* src/cairo-paginated-surface.c: (_cairo_paginated_surface_create),
 	(_cairo_paginated_surface_copy_page),
 	(_cairo_paginated_surface_show_page): Implement copy_page for



More information about the cairo-commit mailing list