[cairo-commit] cairo ChangeLog,1.86,1.87

Carl Worth commit at pdx.freedesktop.org
Tue Oct 28 12:15:05 PST 2003


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:
Drop cairo_surface_create_similar_solid

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -C2 -d -r1.86 -r1.87
*** ChangeLog	28 Oct 2003 20:13:35 -0000	1.86
--- ChangeLog	28 Oct 2003 20:15:03 -0000	1.87
***************
*** 1,4 ****
--- 1,19 ----
  2003-10-28  Carl Worth  <cworth at isi.edu>
  
+ 	* src/cairo_gstate.c (_cairo_gstate_ensure_source):
+ 	(_cairo_gstate_clip_and_composite_trapezoids):
+ 	(_cairo_gstate_clip):
+ 	(_cairo_gstate_show_surface): Track changes to
+ 	_cairo_surface_create_similar_solid.
+ 
+ 	* src/cairo_surface.c (_cairo_surface_create_similar_solid): Now
+ 	that this function is internal, it can accept a cairo_color_t
+ 	which makes the interface much cleaner.
+ 
+ 	* src/cairo.h: Remove problematic function
+ 	cairo_surface_create_similar_solid from the public API.
+ 
+ 2003-10-28  Carl Worth  <cworth at isi.edu>
+ 
  	* src/cairo_surface.c (_cairo_surface_composite):
  	(_cairo_surface_fill_rectangles):





More information about the cairo-commit mailing list