[cairo-commit] cairo/src cairo-surface.c,1.89,1.90

Kristian Hogsberg commit at pdx.freedesktop.org
Mon Aug 8 13:51:01 PDT 2005


Committed by: krh

Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv14360/src

Modified Files:
	cairo-surface.c 
Log Message:
2005-08-08  Kristian Høgsberg  <krh at redhat.com>

        * src/cairo-surface.c (_cairo_surface_set_clip_path): Update doc
        comment.



Index: cairo-surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-surface.c,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- cairo-surface.c	8 Aug 2005 20:46:11 -0000	1.89
+++ cairo-surface.c	8 Aug 2005 20:50:59 -0000	1.90
@@ -1274,14 +1274,12 @@
 
 /**
  * _cairo_surface_set_clip_path:
- * @surface: the #cairo_surface_t to reset the clip on
- * @path: the path to intersect against the current clipping path
- * @fill_rule: fill rule to use for clipping
- * @tolerance: tesselation to use for tesselating clipping path
- * @serial: the clip serial number associated with the region
+ * @surface: the #cairo_surface_t to set the clip on
+ * @clip_path: the clip path to set
+ * @serial: the clip serial number associated with the clip path
  * 
- * Sets the clipping path to be the intersection of the current
- * clipping path of the surface and the given path.
+ * Sets the given clipping path for the surface and assigns the
+ * clipping serial to the surface.
  **/
 static cairo_status_t
 _cairo_surface_set_clip_path (cairo_surface_t	*surface,




More information about the cairo-commit mailing list