[cairo-commit] pycairo/cairo pycairo-surface.c,1.13,1.14

Steve Chaplin commit at pdx.freedesktop.org
Mon Apr 4 10:19:29 PDT 2005


Committed by: stevech1097

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

Modified Files:
	pycairo-surface.c 
Log Message:
SC 2005/04/05

Index: pycairo-surface.c
===================================================================
RCS file: /cvs/cairo/pycairo/cairo/pycairo-surface.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- pycairo-surface.c	4 Apr 2005 16:16:49 -0000	1.13
+++ pycairo-surface.c	4 Apr 2005 17:19:27 -0000	1.14
@@ -98,7 +98,7 @@
     cairo_format_t format;
     int length, width, height, stride = -1;
 
-    if (!PyArg_ParseTuple(args, "w#iii|i:create_for_data",
+    if (!PyArg_ParseTuple(args, "w#iii|i:Surface.create_for_data",
 			  &data, &length, &format, &width, &height, &stride))
 	return NULL;
 




More information about the cairo-commit mailing list