[cairo-commit] cairo ChangeLog,1.85,1.86

Carl Worth commit at pdx.freedesktop.org
Tue Oct 28 12:13:37 PST 2003


Committed by: cworth

Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv31354

Modified Files:
	ChangeLog 
Log Message:
Fix bug from previous commit. Must check for NULL backend function
pointers before calling them.

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -d -r1.85 -r1.86
*** ChangeLog	28 Oct 2003 02:40:55 -0000	1.85
--- ChangeLog	28 Oct 2003 20:13:35 -0000	1.86
***************
*** 1,2 ****
--- 1,10 ----
+ 2003-10-28  Carl Worth  <cworth at isi.edu>
+ 
+ 	* src/cairo_surface.c (_cairo_surface_composite):
+ 	(_cairo_surface_fill_rectangles):
+ 	(_cairo_surface_composite_trapezoids): Fix bug introduced in last
+ 	commit: must check for NULL backend function before calling
+ 	through it.
+ 
  2003-10-27  Carl Worth  <cworth at isi.edu>
  





More information about the cairo-commit mailing list