mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 22:48:07 +02:00
Fix typo (pointed out by Mike Emmel)
This commit is contained in:
parent
748115a88d
commit
77826a9756
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue