diff --git a/ChangeLog b/ChangeLog index 0516c5c31..96a30930b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-08 Kristian Høgsberg + + * src/cairo-surface.c (_cairo_surface_set_clip_path): Update doc + comment. + 2005-08-08 Owen Taylor * src/cairo-gstate.c (_cairo_operator_bounded): Add a function to test diff --git a/src/cairo-surface.c b/src/cairo-surface.c index 5349eb52d..6c0c76919 100644 --- a/src/cairo-surface.c +++ b/src/cairo-surface.c @@ -1274,14 +1274,12 @@ _cairo_surface_set_clip_path_recursive (cairo_surface_t *surface, /** * _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,