[cairo-commit] cairo ChangeLog,1.654,1.655
Carl Worth
commit at pdx.freedesktop.org
Wed Jun 15 10:52:03 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv20178
Modified Files:
ChangeLog
Log Message:
* src/cairo.h:
* src/cairo.c: Remove cairo_status_string function which can now
be replaced by:
cairo_status_to_string (cairo_status (cr));
This allows consistent handling of status values for things like
cairo_pattern_status where there is now
cairo_pattern_status_string function.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.654
retrieving revision 1.655
diff -u -d -r1.654 -r1.655
--- ChangeLog 15 Jun 2005 17:46:49 -0000 1.654
+++ ChangeLog 15 Jun 2005 17:52:01 -0000 1.655
@@ -1,3 +1,15 @@
+2005-06-15 Carl Worth <cworth at cworth.org>
+
+ * src/cairo.h:
+ * src/cairo.c: Remove cairo_status_string function which can now
+ be replaced by:
+
+ cairo_status_to_string (cairo_status (cr));
+
+ This allows consistent handling of status values for things like
+ cairo_pattern_status where there is now
+ cairo_pattern_status_string function.
+
2005-06-13 Carl Worth <cworth at cworth.org>
* src/cairo.c: (_cairo_error): Add _cairo_error so we have a
More information about the cairo-commit
mailing list