[cairo-commit] pycairo/cairo pycairo-context.c, 1.24, 1.25 cairomodule.c, 1.15, 1.16

Steve Chaplin commit at pdx.freedesktop.org
Sat Apr 2 05:31:27 PST 2005


Committed by: stevech1097

Update of /cvs/cairo/pycairo/cairo
In directory gabe:/tmp/cvs-serv1622/cairo

Modified Files:
	pycairo-context.c cairomodule.c 
Log Message:
SC 2005/03/30

Index: pycairo-context.c
===================================================================
RCS file: /cvs/cairo/pycairo/cairo/pycairo-context.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- pycairo-context.c	30 Mar 2005 00:22:18 -0000	1.24
+++ pycairo-context.c	2 Apr 2005 13:31:25 -0000	1.25
@@ -1144,7 +1144,6 @@
     /* glyph_extents */
     /* glyph_path */
     { "identity_matrix",(PyCFunction)pycairo_identity_matrix,METH_NOARGS },
-    /* image_surface_create_for_png */
     { "in_fill",       (PyCFunction)pycairo_in_fill,       METH_VARARGS },
     { "in_stroke",     (PyCFunction)pycairo_in_stroke,     METH_VARARGS },
     { "line_to",       (PyCFunction)pycairo_line_to,       METH_VARARGS },

Index: cairomodule.c
===================================================================
RCS file: /cvs/cairo/pycairo/cairo/cairomodule.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- cairomodule.c	19 Mar 2005 04:51:39 -0000	1.15
+++ cairomodule.c	2 Apr 2005 13:31:25 -0000	1.16
@@ -241,6 +241,7 @@
 
 static PyMethodDef cairo_functions[] = {
     { "image_surface_create_for_data", (PyCFunction)pycairo_image_surface_create_for_data, METH_VARARGS, "" },
+    /* image_surface_create_for_png */
 #if 0
 #ifdef CAIRO_HAS_PDF_SURFACE
     { "pdf_surface_create", (PyCFunction)pycairo_pdf_surface_create, METH_VARARGS, "" },




More information about the cairo-commit mailing list