[cairo-commit] cairo ChangeLog,1.641,1.642

Carl Worth commit at pdx.freedesktop.org
Fri Jun 10 23:47:27 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv22366

Modified Files:
	ChangeLog 
Log Message:

        * src/cairo.h: Pull the enum out from inside cairo_path_data_t and
        give it a name of cairo_path_data_type_t. This allows C++ programs
        to see the enum values. It also allows variables to be declared of
        this type for manually constructing a cairo_path_t.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.641
retrieving revision 1.642
diff -u -d -r1.641 -r1.642
--- ChangeLog	10 Jun 2005 20:23:24 -0000	1.641
+++ ChangeLog	11 Jun 2005 06:47:23 -0000	1.642
@@ -1,5 +1,12 @@
 2005-06-10  Carl Worth  <cworth at cworth.org>
 
+	* src/cairo.h: Pull the enum out from inside cairo_path_data_t and
+	give it a name of cairo_path_data_type_t. This allows C++ programs
+	to see the enum values. It also allows variables to be declared of
+	this type for manually constructing a cairo_path_t.
+
+2005-06-10  Carl Worth  <cworth at cworth.org>
+
 	* ROADMAP: Add 'consistent error handling' to 1.0 roadmap. (This
 	isn't new, we just forgot to list it here before).
 




More information about the cairo-commit mailing list