[cairo-commit] cairo ChangeLog,1.1173,1.1174

Christian Biesinger commit at pdx.freedesktop.org
Sun Dec 18 16:37:16 PST 2005


Committed by: biesi

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

Modified Files:
	ChangeLog 
Log Message:
2005-12-19  Christian Biesinger  <cbiesinger at web.de>

        reviewed by: cworth

        * src/cairo-clip-private.h: Move enum to cairoint.h
        * src/cairoint.h: add CAIRO_BEGIN_DECLS and CAIRO_END_DECLS, and
        move an enum from cairo-clip-private.h here (C++ doesn't like
        forward-declarations of enums). Final patch for allowing C++
        backends.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1173
retrieving revision 1.1174
diff -u -d -r1.1173 -r1.1174
--- ChangeLog	17 Dec 2005 00:23:04 -0000	1.1173
+++ ChangeLog	19 Dec 2005 00:37:14 -0000	1.1174
@@ -1,3 +1,13 @@
+2005-12-19  Christian Biesinger  <cbiesinger at web.de>
+
+	reviewed by: cworth
+
+	* src/cairo-clip-private.h: Move enum to cairoint.h
+	* src/cairoint.h: add CAIRO_BEGIN_DECLS and CAIRO_END_DECLS, and
+	move an enum from cairo-clip-private.h here (C++ doesn't like
+	forward-declarations of enums). Final patch for allowing C++
+	backends.
+
 2005-12-17  Christian Biesinger  <cbiesinger at web.de>
 
 	* configure.in: make the SVG backend freetype message actually mention SVG



More information about the cairo-commit mailing list