[cairo-commit] pycairo/cairo pycairo-context.c,1.55,1.56

Steve Chaplin commit at pdx.freedesktop.org
Wed May 25 04:07:15 PDT 2005


Committed by: stevech1097

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

Modified Files:
	pycairo-context.c 
Log Message:
SC

Index: pycairo-context.c
===================================================================
RCS file: /cvs/cairo/pycairo/cairo/pycairo-context.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- pycairo-context.c	19 May 2005 04:47:56 -0000	1.55
+++ pycairo-context.c	25 May 2005 11:07:13 -0000	1.56
@@ -1095,8 +1095,8 @@
     {"in_fill",         (PyCFunction)pycairo_in_fill,        METH_VARARGS},
     {"in_stroke",       (PyCFunction)pycairo_in_stroke,      METH_VARARGS},
     {"line_to",         (PyCFunction)pycairo_line_to,        METH_VARARGS},
-    {"mask",            (PyCFunction)pycairo_move_to,        METH_VARARGS},
-    {"mask_surface",    (PyCFunction)pycairo_move_to,        METH_VARARGS},
+    {"mask",            (PyCFunction)pycairo_mask,           METH_VARARGS},
+    {"mask_surface",    (PyCFunction)pycairo_mask_surface,   METH_VARARGS},
     {"move_to",         (PyCFunction)pycairo_move_to,        METH_VARARGS},
     {"new_path",        (PyCFunction)pycairo_new_path,       METH_NOARGS},
     {"paint",           (PyCFunction)pycairo_paint,          METH_NOARGS},
@@ -1134,7 +1134,7 @@
     {"show_text",       (PyCFunction)pycairo_show_text,      METH_VARARGS},
     {"stroke",          (PyCFunction)pycairo_stroke,         METH_NOARGS},
     {"stroke_extents",  (PyCFunction)pycairo_stroke_extents, METH_NOARGS},
-    {"stroke_preserve", (PyCFunction)pycairo_stroke,         METH_NOARGS},
+    {"stroke_preserve", (PyCFunction)pycairo_stroke_preserve,METH_NOARGS},
     {"text_extents",    (PyCFunction)pycairo_text_extents,   METH_VARARGS},
     {"text_path",       (PyCFunction)pycairo_text_path,      METH_VARARGS},
     {"transform",       (PyCFunction)pycairo_transform,      METH_VARARGS},




More information about the cairo-commit mailing list