[cairo-commit] cairo-5c ChangeLog,1.27,1.28 init.c,1.16,1.17

Keith Packard commit at pdx.freedesktop.org
Wed Jan 25 14:20:29 PST 2006


Committed by: keithp

Update of /cvs/cairo/cairo-5c
In directory gabe:/tmp/cvs-serv2882

Modified Files:
	ChangeLog init.c 
Log Message:
2006-01-26  Keith Packard  <keithp at keithp.com>

	* Makefile.am:
	* cairo-5c.h:
	Ick! Date format changes. Sigh.
	
	* init.c: (init_types):
	Oops -- wrong argument count for typeCairoRgbaColor
	constructor.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-5c/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- ChangeLog	16 Sep 2005 02:34:45 -0000	1.27
+++ ChangeLog	25 Jan 2006 22:20:27 -0000	1.28
@@ -1,3 +1,13 @@
+2006-01-26  Keith Packard  <keithp at keithp.com>
+
+	* Makefile.am:
+	* cairo-5c.h:
+	Ick! Date format changes. Sigh.
+	
+	* init.c: (init_types):
+	Oops -- wrong argument count for typeCairoRgbaColor
+	constructor.
+
 2005-09-15  Keith Packard  <keithp at keithp.com>
 
 	* configure.in:

Index: init.c
===================================================================
RCS file: /cvs/cairo/cairo-5c/init.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- init.c	7 Jul 2005 08:09:21 -0000	1.16
+++ init.c	25 Jan 2006 22:20:27 -0000	1.17
@@ -357,7 +357,7 @@
 				  publish_public,
 				  PATH_I,
 				  &path,
-				  BuildUnionType(5,
+				  BuildUnionType(4,
 						 NewTypeRef (typeCairoPoint, True), "move_to",
 						 NewTypeRef (typeCairoPoint, True), "line_to",
 						 NewTypeRef (typeCairoCurveTo, True), "curve_to",



More information about the cairo-commit mailing list