Remove stray doc sentence that wasn't meant to be committed.

This commit is contained in:
Owen Taylor 2005-08-21 12:13:17 +00:00
parent 17845df95b
commit e3e7046cd7
2 changed files with 5 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2005-08-21 Owen Taylor <otaylor@redhat.com>
* src/cairo-surface.c (_cairo_surface_acquire_dest_image): Remove
stray doc sentence that wasn't meant to be committed.
2005-08-21 Billy Biggs <vektor@dumbterm.net>
Fix for bug #4165:

View file

@ -609,12 +609,6 @@ _cairo_surface_release_source_image (cairo_surface_t *surface,
* which, if a temporary surface was created, copies the bits back to the
* main surface and frees the temporary surface.
*
* The surface returned by this function should contain the image bits that
* @surface contains in the rectangle. _cairo_surface_release_dest_image should
* copy the data back with the equivalent of a SOURCE operator. The returned
* image surface should be an ARGB surface if @surface supports destination
* alpha, an RGB surface otherwise.
*
* Return value: %CAIRO_STATUS_SUCCESS or %CAIRO_STATUS_NO_MEMORY.
* %CAIRO_INT_STATUS_UNSUPPORTED can be returned but this will mean that
* the backend can't draw with fallbacks. It's possible for the routine