[cairo-commit] cairo ChangeLog,1.112,1.113
Carl Worth
commit at pdx.freedesktop.org
Fri Nov 21 06:22:04 PST 2003
- Previous message: [cairo-commit] cairo-demo/X11 ChangeLog,1.3,1.4 cairo-demo.c,1.3,1.4 cairo-knockout.c,1.9,1.10
- Next message: [cairo-commit] cairo/src cairo_path_stroke.c,1.11,1.12 cairo_polygon.c,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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>
- Previous message: [cairo-commit] cairo-demo/X11 ChangeLog,1.3,1.4 cairo-demo.c,1.3,1.4 cairo-knockout.c,1.9,1.10
- Next message: [cairo-commit] cairo/src cairo_path_stroke.c,1.11,1.12 cairo_polygon.c,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list