Fix typo (pointed out by Mike Emmel)

This commit is contained in:
Carl Worth 2005-02-24 07:39:20 +00:00
parent 748115a88d
commit 77826a9756
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-02-24 Carl Worth <cworth@cworth.org>
* src/cairoint.h: Fix typo (pointed out by Mike Emmel)
2005-02-23 Carl Worth <cworth@cworth.org>
* TODO: Add entries from API Shakeup.

View file

@ -1470,7 +1470,7 @@ cairo_private double
_cairo_surface_pixels_per_inch (cairo_surface_t *surface);
cairo_private cairo_status_t
_cairo_surface_acquire_source_image (cairo_surface_t *urface,
_cairo_surface_acquire_source_image (cairo_surface_t *surface,
cairo_image_surface_t **image_out,
void **image_extra);