[cairo-commit] cairo ChangeLog,1.112,1.113

Carl Worth commit at pdx.freedesktop.org
Fri Nov 21 06:22:04 PST 2003


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * src/cairo_polygon.c (_cairo_polygon_add_edge): Use 0 and 1 not
        False and True, (to avoid false dependency on X headers).

        * src/cairo_path_stroke.c (_compute_face): Use
        cairo_point_double_t not XPointDouble, (to avoid false dependency
        on X headers). Thanks to "Sasha V." <sasha at aftercode.net> for
        pointing these out.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo//cairo/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -C2 -d -r1.112 -r1.113
*** ChangeLog	18 Nov 2003 21:21:29 -0000	1.112
--- ChangeLog	21 Nov 2003 14:22:02 -0000	1.113
***************
*** 1,2 ****
--- 1,12 ----
+ 2003-11-21  Carl Worth  <cworth at east.isi.edu>
+ 
+ 	* src/cairo_polygon.c (_cairo_polygon_add_edge): Use 0 and 1 not
+ 	False and True, (to avoid false dependency on X headers).
+ 
+ 	* src/cairo_path_stroke.c (_compute_face): Use
+ 	cairo_point_double_t not XPointDouble, (to avoid false dependency
+ 	on X headers). Thanks to "Sasha V." <sasha at aftercode.net> for
+ 	pointing these out.
+ 
  2003-11-18  Carl Worth  <cworth at east.isi.edu>
  





More information about the cairo-commit mailing list