[cairo-commit] cairo-perl ChangeLog,1.90,1.91 Cairo.xs,1.23,1.24

Torsten Schoenfeld commit at pdx.freedesktop.org
Sun Feb 10 10:37:21 PST 2008


Committed by: tsch

Update of /cvs/cairo/cairo-perl
In directory kemper:/tmp/cvs-serv25277

Modified Files:
	ChangeLog Cairo.xs 
Log Message:
	* Cairo.xs
	* t/Cairo.t: Wrap cairo_path_extents.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- ChangeLog	10 Feb 2008 18:36:33 -0000	1.90
+++ ChangeLog	10 Feb 2008 18:37:19 -0000	1.91
@@ -1,5 +1,8 @@
 2008-02-10  Torsten Schoenfeld  <kaffeetisch at gmx.de>
 
+	* Cairo.xs
+	* t/Cairo.t: Wrap cairo_path_extents.
+
 	* CairoSurface.xs
 	* t/CairoSurface.t: Wrap cairo_format_stride_for_width.  Adapt to
 	API changes: cairo_surface_copy_page and cairo_surface_show_page

Index: Cairo.xs
===================================================================
RCS file: /cvs/cairo/cairo-perl/Cairo.xs,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Cairo.xs	29 Dec 2007 13:56:29 -0000	1.23
+++ Cairo.xs	10 Feb 2008 18:37:19 -0000	1.24
@@ -413,6 +413,12 @@
 
 void cairo_close_path (cairo_t * cr);
 
+#if CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1, 5, 8) /* FIXME: 1.6 */
+
+void cairo_path_extents (cairo_t *cr, OUTLIST double x1, OUTLIST double y1, OUTLIST double x2, OUTLIST double y2);
+
+#endif
+
 void cairo_paint (cairo_t *cr);
 
 void cairo_paint_with_alpha (cairo_t *cr, double alpha);



More information about the cairo-commit mailing list